From 733e1d4b0f4e672403ec3051a80e3a346e689c75 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Thu, 29 Sep 2016 13:18:32 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@132074 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/contents/logback.xml | 49 ++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/distro/contents/logback.xml b/distro/contents/logback.xml index 20d181b..2b47817 100644 --- a/distro/contents/logback.xml +++ b/distro/contents/logback.xml @@ -1,7 +1,8 @@ - + ${LOGFILE}/ghn.log true @@ -14,9 +15,55 @@ + + ${LOGFILE}/accounting.log + true + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{0}: %msg%n + + + + ${LOGFILE}/accounting.%d{yyyy-MM-dd}.log + + 30 + + + + + ${LOGFILE}/access.log + true + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{0}: %msg%n + + + + ${LOGFILE}/access.%d{yyyy-MM-dd}.log + + 30 + + + + + + + + + + + + + + + + + +