diff --git a/conf/logback.xml b/conf/logback.xml index 2bf2c2b..cda207e 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -72,9 +72,13 @@ - - /tmp/logidp-process + + ${idp.logfiles}/idp-process.log + + ${idp.logfiles}/idp-process-%d{yyyy-MM-dd}.log.gz + ${idp.loghistory} + UTF-8 @@ -99,14 +103,18 @@ 0 - + WARN - /tmp/logidp-warn + ${idp.logfiles}/idp-warn.log + + ${idp.logfiles}/idp-warn-%d{yyyy-MM-dd}.log.gz + ${idp.loghistory} + UTF-8 @@ -127,9 +135,13 @@ - - /tmp/logidp-audit + + ${idp.logfiles}/idp-audit.log + + ${idp.logfiles}/idp-audit-%d{yyyy-MM-dd}.log.gz + ${idp.loghistory} + UTF-8 @@ -138,9 +150,13 @@ - - /tmp/logidp-consent-audit + + ${idp.logfiles}/idp-consent-audit.log + + ${idp.logfiles}/idp-consent-audit-%d{yyyy-MM-dd}.log.gz + ${idp.loghistory} + UTF-8