From c0242fe78b5f22136b336ca48c01b595ce7ca84f Mon Sep 17 00:00:00 2001 From: catbref Date: Thu, 14 May 2020 11:42:22 +0100 Subject: [PATCH] Correct comment and example Windows dirname entry in log4j2.properties --- log4j2.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log4j2.properties b/log4j2.properties index e66999aa..1a607b83 100644 --- a/log4j2.properties +++ b/log4j2.properties @@ -1,6 +1,6 @@ rootLogger.level = info -# On Windows, uncomment this: -# property.dirname = ${sys:user.home}\\AppData\\Roaming\\qortal\\ +# On Windows, uncomment next line to set dirname: +# property.dirname = ${sys:user.home}\\AppData\\Local\\qortal\\ property.filename = ${sys:log4j2.filenameTemplate:-log.txt} rootLogger.appenderRef.console.ref = stdout