diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 8493cac1..3fb82001 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -24,6 +24,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> + %d{yyyy-MM-dd HH:mm:ss zzz} [%thread] %-5level %logger{36} - %msg%n @@ -31,11 +32,11 @@ - ${user.home}/.runelite/logs/launcher.log + ${LOG_HOME}/.runelite/logs/launcher.log - ${user.home}/.runelite/logs/launcher_%d{yyyy-MM-dd}.%i.log + ${LOG_HOME}/.runelite/logs/launcher_%d{yyyy-MM-dd}.%i.log 10MB 30