From 170242b283a0eddfa298d450c811354b24df7d42 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 4 Oct 2017 11:38:54 +0200 Subject: Logging done right --- idp/templates/config/logback.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idp/templates') diff --git a/idp/templates/config/logback.xml b/idp/templates/config/logback.xml index 6afa4ef..26e5ef0 100644 --- a/idp/templates/config/logback.xml +++ b/idp/templates/config/logback.xml @@ -160,9 +160,9 @@ - ${idp.home}/logs/idp-audit-fticks.log + ${idp.logfiles}/idp-audit-fticks.log - ${idp.home}/logs/idp-audit-fticks%d{yyyy-MM-dd}.log.gz + ${idp.logfiles}/idp-audit-fticks%d{yyyy-MM-dd}.log.gz 180 -- cgit v1.1