From d858e1ca733407aeeb39d9d85edb26373443a9b9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 5 Oct 2018 11:43:02 -0700 Subject: Move resources to corresponding subprojects --- core-init/src/main/resources/deployed-logback.xml | 86 +++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 core-init/src/main/resources/deployed-logback.xml (limited to 'core-init/src/main/resources/deployed-logback.xml') diff --git a/core-init/src/main/resources/deployed-logback.xml b/core-init/src/main/resources/deployed-logback.xml new file mode 100644 index 0000000..b626b4b --- /dev/null +++ b/core-init/src/main/resources/deployed-logback.xml @@ -0,0 +1,86 @@ + + + ${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