<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:08:46 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-849] Logging formats for backend FOLIO modules</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-849</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Logging formats across modules are inconsistent which makes it more difficult to parse logs.   Some details of these inconsistencies are highlighted in the comments.   Is it possible that we standardize on a common log format?&lt;/p&gt;</description>
                <environment></environment>
        <key id="80354">FOLIO-849</key>
            <summary>Logging formats for backend FOLIO modules</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/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="green"/>
                                    <resolution id="10001">Duplicate</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                            <label>devops</label>
                    </labels>
                <created>Wed, 20 Sep 2017 17:53:49 +0000</created>
                <updated>Mon, 16 Nov 2020 13:12:27 +0000</updated>
                            <resolved>Mon, 16 Nov 2020 13:12:27 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                <comments>
                                                            <comment id="190305" author="5f9abc1eb45b2e007453f423" created="Wed, 20 Sep 2017 18:05:42 +0000"  >&lt;p&gt;Log inconsistency examples:&lt;/p&gt;

&lt;p&gt;1.  Multiple date formats within modules.    &lt;/p&gt;

&lt;p&gt;From mod-notify (not the only module to exhibit this):&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;04:03:02 INFO  Version              HV000001: Hibernate Validator 5.2.4.Final
04:03:06 WARN  AbstractKieModule    No files found for KieBase defaultKieBase
04:03:07 INFO  KieRepositoryImpl    KieModule was added: MemoryKieModule[releaseId=org.default:artifact:1.0.0-SNAPSHOT]
Sep 16, 2017 4:03:07 AM org.folio.rest.tools.utils.LogUtil
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;2.  Multiple date formats across modules:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Sep 16, 2017 4:09:01 AM org.folio.rest.persist.PostgresClient[
[Wed Sep 20 17:59:34 UTC 2017]
04:03:07
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;3. Log entries span multiple lines.   Common across many modules:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Sep 20, 2017 5:42:04 AM io.vertx.core.net.impl.ConnectionBase
SEVERE: java.lang.IllegalArgumentException: invalid version format: 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This log entry should be one line.  &lt;/p&gt;




</comment>
                                                            <comment id="190307" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Tue, 27 Mar 2018 18:11:59 +0000"  >&lt;p&gt;rmb modules &lt;em&gt;should&lt;/em&gt; log as follows (this is as of the 16th of October - commit - 9b29d9cb2873348c87e33282cbb2485efd91e504)&lt;/p&gt;

&lt;p&gt;%d&lt;/p&gt;
{dd MMM yyyy HH:mm:ss:SSS}
&lt;p&gt; %-5p %C&lt;/p&gt;
{1}
&lt;p&gt; %X&lt;/p&gt;
{reqId}
&lt;p&gt; %m%n&lt;/p&gt;

&lt;p&gt;this includes mod-notify - if this is not the case, its a bug&lt;/p&gt;</comment>
                                                            <comment id="190309" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 16 Nov 2020 13:12:27 +0000"  >&lt;p&gt;Resolving as a dupe of 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;RMB-709&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/RMB-709&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;structured logging in RMB&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            RMB-709
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="80209">FOLIO-695</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="57384">RMB-709</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80340">FOLIO-840</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53747">OKAPI-453</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56750">RMB-70</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzxzsf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 27 Mar 2018 18:11:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>