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

Work with SO team on logging without using a library

    XMLWordPrintable

Details

    • Epic
    • Status: Closed
    • Medium
    • Resolution: Won't Do
    • None
    • Frankfurt Release
    • None
    • Work with SO team on logging without using a library

    Description

      So would require something other than ours or the portal/sdk library - work with the team to determine requirements

      https://wiki.onap.org/pages/viewpage.action?pageId=28378955#ONAPApplicationLoggingSpecificationv1.2(Casablanca)-Logback

      Steve Smokowski
      Why are we requiring the usage of the logging library to dictate levels? Whom decided this? I have no intentions of ever using the library as I feel it does not provide sufficient value, so I assume we will never reach above level 1?

      Reply Likeabout 4 hours ago
      User icon: michaelobrien
      Michael O'Brien
      Sounds good we are planning on using the portal/sdk library.

      Levels can be set independently via the 4 log appenders in logback.xml outside of a library

      <logger name="org.onap.eelf.audit" level="info" additivity="false">

      <appender-ref ref="asyncEELFAudit" />

      </logger>

      <logger name="org.onap.eelf.debug" level="debug" additivity="false">

      <appender-ref ref="asyncEELFDebug" />

      </logger>

      <logger name="org.onap.eelf.error" level="info" additivity="false">

      <appender-ref ref="asyncEELFError" />

      </logger>

      <logger name="org.onap.eelf.metrics" level="info" additivity="false">

      <appender-ref ref="asyncEELFMetrics" />

      </logger>

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              pau2882 Prudence Au
              michaelobrien Michael O'Brien
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: