Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-1438

Allow for standardized logging configuration

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • 1.5.7
    • None
    • None
    • None

    Description

      Allow for standardized logging configuration to be shared by multiple applications. However, the configuration should be parameterizable to some extent,

      Example of general structure

      [general parameters]
      scan period
      appName
      externalConfPath
      outputPath
      
      include: externalConfPath/appName-custome.xml
      
      [RollingFileAppender-GENERAL]
      dailyRollover
      flush: no (configurable)
      outputPath/appName-general-TIME.log
      maxHistory: 90 days, configurable
      sizeCap: 100GB, configurable
      
      [root-logger]
      level: info, overridable
      appender:RollingFileAppender-GENERAL
      
      

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            ceki Ceki Gülcü
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: