From 09d297a383b60cfdba6b6388cc54c9c8fa603e75 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 10 Jan 2013 20:51:38 +0100 Subject: o Fixing another bug in the unbreakable poller, stored one build too many in some progress objects too. o Got the logback.xml + system properties combination to finally work. --- src/main/resources/logback.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index b502003..0af2e89 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,10 +1,10 @@ - logs/${logging.app}.log + logs/${loggingApp}.log true - logs/${logging.app}-%d.log + logs/${loggingApp}-%d.log %d{HH:mm:ss.SSS} [%thread] %-5level %-30logger{1} - %msg%n -- cgit v1.2.3