Migrate Reference Documentation to Manual from Wiki
(DOCS-262)
|
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | manual |
| Affects Version/s: | None |
| Fix Version/s: | v1.0, Server_Docs_20231030, Server_Docs_20231106, Server_Docs_20231105, Server_Docs_20231113 |
| Type: | Sub-task | Priority: | Major - P3 |
| Reporter: | Sam Kleinman (Inactive) | Assignee: | Sam Kleinman (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | redirect | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: | |
| Days since reply: | 11 years, 32 weeks, 5 days ago |
| Description |
|
http://www.mongodb.org/display/DOCS/getLog+Command To commands page. with the correct target. |
| Comments |
| Comment by Sam Kleinman (Inactive) [ 06/Jul/12 ] |
|
I'm happy with the state of the current reference section relative to the state of the previous page: http://www.mongodb.org/pages/viewpage.action?pageId=40306886 I also think that I've gotten most of the comments from this thread. I'm going to go ahead and resolve this issue, but we can continue to iterate on this. |
| Comment by auto [ 06/Jul/12 ] |
|
Author: {u'date': u'2012-07-06T06:31:42-07:00', u'email': u'samk@10gen.com', u'name': u'Sam Kleinman'}Message: |
| Comment by auto [ 06/Jul/12 ] |
|
Author: {u'date': u'2012-07-06T06:25:12-07:00', u'email': u'samk@10gen.com', u'name': u'Sam Kleinman'}Message: |
| Comment by Sam Kleinman (Inactive) [ 06/Jul/12 ] |
|
Will make a change to add "*" this morning. neither the old page nor the new page indicates that it's reading from memory, though I agree that it could be more clear. Neither the previous page, nor the code <https://github.com/mongodb/mongo/blob/master/src/mongo/db/dbcommands_generic.cpp#L430> indicates that there are any other log filters. A grep for "RamLog" in the server code indicates that there are only these three ramlogs in the system. Did you mean "the list of categories" may be changed at some point in the future (which would be linked to a documentation change,) or that there's another potential log type that's not available in some situations (and not apparent to me in the code?) I will provide an prototype invocation with the "*" specification. If you're aware of additional getLog categories that exist in the system in 2.0 or 2.2 they should be documented. |
| Comment by Scott Hernandez (Inactive) [ 05/Jul/12 ] |
|
The new page is missing parts of the command, like the part which return the list of categories ("*"); the list of categories is not limited to those 3 so an example should be given. This should include the number of log lines returned for each command (and stored in each category) and indicate that this information comes from memory, not the actual log files. |
| Comment by auto [ 05/Jul/12 ] |
|
Author: {u'date': u'2012-07-05T16:36:57-07:00', u'email': u'samk@10gen.com', u'name': u'Sam Kleinman'}Message: |
| Comment by auto [ 05/Jul/12 ] |
|
Author: {u'date': u'2012-07-05T14:49:56-07:00', u'email': u'samk@10gen.com', u'name': u'Sam Kleinman'}Message: |
| Comment by auto [ 05/Jul/12 ] |
|
Author: {u'date': u'2012-07-05T13:52:52-07:00', u'email': u'andrew.leung@10gen.com', u'name': u'Andrew Leung'}Message: added in rs option for getLog command - |
| Comment by Andrew Leung (Inactive) [ 05/Jul/12 ] |
|
updated getLog command and pushed to minor repo. review and perform redirect. |