Uploaded image for project: 'Logging analytics'
  1. Logging analytics
  2. LOG-64

Logger field has a length restriction of 36 which needs a fix

XMLWordPrintable

    • LOG Sprint 8

      The logback files provide pattern for log lines as follows -

                      %d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC}\t[%thread]\t%-5level\t%logger{36}\t%replace(%replace(%replace(%mdc){'\t','\\\\t'}){', ,'\t'}){'\n', '\\\\n'}\t%replace(%replace(%msg){'\n', '\\\\n'}){'\t','\\\\t'}%n

                     

      In this the logger field has a length restriction of 36 which is unnecessary. It shortens logger name causing significant loss of meaning.

      Please post test results: before/after in an example log from a deployed system

       

            michaelobrien michaelobrien
            alkac alkac
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: