-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skel,logback: make the .resilience and .qos log files singletons
Motivation: Unlike the .access or .event logs, the logs tracking .qos and .resilience messages are only relevant to those domains. Modification: Fix logback.xml so that only a single log file for resilience (`resilience-activity.log`) is produced on a given dCache node. Also, implement a similar appender for .qos (which will eventually replace resilience). (Note that the code already existed to write to the `qos-log` in the various message handlers, but adding this to `logback.xml` was overlooked. Result: No redundant replications of unused log files, and qos activity is now recorded as well. Target: master Request: 9.1 Request: 9.0 Request: 8.2 Requires-notes: yes (the new file names should be obvious, though) Patch: https://rb.dcache.org/r/14068/ Acked-by: Lea
- Loading branch information
Showing
1 changed file
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters