Make logback configuration more smart, enabling customers modifications
Description
Activity
Show:
Done
Details
Assignee
UnassignedUnassignedReporter
Matteo AlbinolaMatteo AlbinolaLabels
Affects Version
5.6.3Fix Branch
developFix Version
5.7.0Release Version
wt-5.8.0WAR ##
0296Components
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter

Labels
Affects Version
5.6.3
Fix Branch
develop
Fix Version
5.7.0
Release Version
wt-5.8.0
WAR ##
0296
Components
Priority
Created August 27, 2019 at 1:07 PM
Updated January 24, 2020 at 2:32 PM
Resolved August 27, 2019 at 2:21 PM
Now logback configuration rely on internal property file written at application startup with desired values in order to customize configuration. In order to provide a more stable process this can be achieved using a PropertyDefiner that grabs values directly from runtime session.
Then make logback extendable enabling customer overrides.