From a81bc870179aabcb9f223f3ce8432f500cdc2c04 Mon Sep 17 00:00:00 2001 From: zachdriver Date: Thu, 19 Apr 2018 12:16:01 -0700 Subject: Add logback.xml and deployed-logback.xml to driver-core (#158) * Add logback.xml and deployed-logback.xml to driver-core * Add test logback.xml --- src/main/resources/deployed-logback.xml | 87 +++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 src/main/resources/deployed-logback.xml (limited to 'src/main/resources/deployed-logback.xml') diff --git a/src/main/resources/deployed-logback.xml b/src/main/resources/deployed-logback.xml new file mode 100644 index 0000000..6518596 --- /dev/null +++ b/src/main/resources/deployed-logback.xml @@ -0,0 +1,87 @@ + + + ${HOSTNAME} + + + System.out + + DEBUG + ACCEPT + DENY + + + + + false + + api + yyyy-MM-dd'T'HH:mm:ss.SSS'Z' + UTC + true + + + + + System.out + + INFO + ACCEPT + DENY + + + + + false + + api + yyyy-MM-dd'T'HH:mm:ss.SSS'Z' + UTC + true + + + + + System.err + + WARN + ACCEPT + DENY + + + + + false + + api + yyyy-MM-dd'T'HH:mm:ss.SSS'Z' + UTC + true + + + + + System.err + + ERROR + ACCEPT + DENY + + + + + false + + api + yyyy-MM-dd'T'HH:mm:ss.SSS'Z' + UTC + true + + + + + + + + + + -- cgit v1.2.3