<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:46:20 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-3707] Document diaglog and its usage</title>
                <link>https://jira.mongodb.org/browse/DOCS-3707</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;It appears that all our documentation on diaglog has gone missing. IIRC we had a full page of documentation on diaglog historically including when and how to use it;&lt;/p&gt;

&lt;p&gt;We should re-create this documentation page and provide:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;What diaglog is&lt;/li&gt;
	&lt;li&gt;What options are used to enable/disable it&lt;/li&gt;
	&lt;li&gt;What purpose it serves&lt;/li&gt;
	&lt;li&gt;What data it provides&lt;/li&gt;
	&lt;li&gt;When you should/should not use it (don&apos;t run it in production, etc)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Additionally we should fix the following issues:&lt;br/&gt;
&lt;a href=&quot;http://docs.mongodb.org/manual/reference/command/diagLogging/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/reference/command/diagLogging/&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Inconsistent spelling of diagLogging, if this is a command name then the casing is important. We should also be consistent within this document - we have diagLogging and diaglogging on the same page&lt;/li&gt;
	&lt;li&gt;Have the warning consistently displayed on all versions of doc&apos;s. 2.2 and 2.4 doc&apos;s have a &quot;Warning&quot;. The 2.6 version has the text, but not the red warning&lt;br/&gt;
&lt;a href=&quot;http://docs.mongodb.org/v2.2/reference/command/diagLogging/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/v2.2/reference/command/diagLogging/&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
                <environment></environment>
        <key id="145444">DOCS-3707</key>
            <summary>Document diaglog and its usage</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="sam.kleinman">Sam Kleinman</assignee>
                                    <reporter username="david.hows">David Hows</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Jul 2014 00:22:27 +0000</created>
                <updated>Mon, 16 Mar 2015 23:57:39 +0000</updated>
                            <resolved>Tue, 11 Nov 2014 20:00:50 +0000</resolved>
                                                    <fixVersion>v1.3.14</fixVersion>
                    <fixVersion>mongodb-3.0</fixVersion>
                                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="788855" author="xgen-internal-githook" created="Wed, 17 Dec 2014 21:56:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;tychoish&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-3707&quot; title=&quot;Document diaglog and its usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-3707&quot;&gt;&lt;del&gt;DOCS-3707&lt;/del&gt;&lt;/a&gt;: adding deprecation notice to diagLogging command&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/dab1d13d2014213cf2a5a0fcf63dab55b547cbed&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/dab1d13d2014213cf2a5a0fcf63dab55b547cbed&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="651540" author="samk" created="Tue, 8 Jul 2014 13:09:43 +0000"  >&lt;p&gt;We&apos;ll leave the docs as they are until 2.8 and add the deprecation notice at that point. &lt;/p&gt;</comment>
                            <comment id="648228" author="david.hows" created="Fri, 4 Jul 2014 02:14:08 +0000"  >&lt;p&gt;If its deprecated we should note with a banner on the page. IMO our customers are hurt more when we don&apos;t tell them about a feature as they can enable it, without understanding what it does and what the impact is.&lt;/p&gt;

&lt;p&gt;There are no doc&apos;s on the correct usage of diaglog on the 2.4 or 2.2 pages, which should also be addressed.&lt;/p&gt;</comment>
                            <comment id="648225" author="stennie" created="Fri, 4 Jul 2014 02:08:13 +0000"  >&lt;p&gt;Diaglog was deprecated in 2.6, so this is expected: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12149&quot; title=&quot;Deprecate --diaglog server option and hide option&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12149&quot;&gt;&lt;del&gt;SERVER-12149&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br/&gt;
Stephen&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="145727">SERVER-14474</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="102988">SERVER-12149</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10855" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Actual Time</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 4 Jul 2014 02:08:13 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 9 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 9 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.hows</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>sam.kleinman</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrqxen:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs08s7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>125836</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrymyv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>