Ceki Gülcü created LOGBACK-1438:
-----------------------------------
Summary: Allow for standardized logging configuration
Key: LOGBACK-1438
URL: https://jira.qos.ch/browse/LOGBACK-1438
Project: logback
Issue Type: Improvement
Environment: Allow for standardized logging configuration to be shared
by multiple applications. However, the configuration should be parameterizable
to some extent,
Example of general structure
{code}
[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
{code}
Reporter: Ceki Gülcü
Assignee: Logback dev list
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev