• 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Definition

      In catalina.out, we could see two different date format such as:

      18-Feb-2019 15:36:57.753 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 8835 ms
      2019-02-18 15:36:57,795 JIRA-Bootstrap INFO      [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from /Users/annamonica/jira_home/JIRA_80/dbconfig.xml
      

      This is because of JIRA and Tomcat use different formats.

      Suggestion

      Standardized the date format as it will help to facilitate centralized monitoring. Analyzing a unified log format is greatly beneficial to monitor application health and facilitate troubleshooting.

      In logging.properties (taken from this website) - change the default in $jira-install/conf/logging.properties to:

      java.util.logging.ConsoleHandler.level = FINE
      java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
      java.util.logging.SimpleFormatter.format=%1$tF %1$tT %4$s [%2$s] %3$s %5$s %n
      

      Then, restart Jira.

            [JRASERVER-69119] Standardize the Date Format in Catalina.out

            SET Analytics Bot made changes -
            UIS Original: 2 New: 1
            SET Analytics Bot made changes -
            UIS Original: 1 New: 2
            SET Analytics Bot made changes -
            UIS Original: 0 New: 1
            SET Analytics Bot made changes -
            UIS Original: 1 New: 0
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3131210 ] New: JAC Suggestion Workflow 3 [ 3692450 ]
            SET Analytics Bot made changes -
            UIS Original: 2 New: 1
            SET Analytics Bot made changes -
            UIS Original: 1 New: 2
            SET Analytics Bot made changes -
            UIS New: 1
            Anna Cardino (Inactive) created issue -

              Unassigned Unassigned
              acardino Anna Cardino (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: