summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/resources/org.ops4j.pax.logging.cfg
AgeCommit message (Collapse)AuthorFilesLines
2018-08-02Fix logging configurationTimoney, Dan (dt5972)1-60/+84
ODL Oxygen uses log4j2, which has a different configuration format from log4j. The org.ops4j.pax.logging.cfg that we were installing was in log4j format, which is what caused logging to break. The old format also created a large number of log files for each node executed. In this commit, we no longer create separate log files for each dg / node. We do, however, add the current directed graph and node id to each line logged in karaf.log Change-Id: I1377efa7e0c6fa6963e18370d69bafab60ba024d Issue-ID: CCSDK-427 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2017-11-21Fix org.ops4j.pax.logging.cfg logging configMarcus G K Williams1-4/+8
Update karaf logging config to keep logs from filling the disk by limiting DG logging file number and size. Issue-ID: SDNC-204 SDNC-203 Change-Id: I325357ed2c22018f1298faff0da1bedb40ab16ae Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-09-14Add Graph/Node to org.ops4j.pax.logging.cfgMarcus G K Williams1-0/+64
This change adds org.ops4j.pax.logging.cfg file that contains standard ODL logging config with added sections for 'Directed Graph Node Id appender' and 'Directed Graph Name appender'. Addition of these sections should allow current Graph and Node Id to be appended to karaf log using MDC. Issue-Id: CCSDK-71 Change-Id: Id62ba038fbe6bb51e2c58f6a415a860cfa11dd89 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>