[logback-dev] [JIRA] (LOGBACK-1438) Allow for standardized logging configuration
QOS.CH (JIRA)
noreply-jira at qos.ch
Wed Nov 21 11:15:00 CET 2018
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)
More information about the logback-dev
mailing list