Fix logs being cut off during shutdown

This commit is contained in:
P0nk
2022-06-19 07:50:35 +02:00
parent 45c9e6fc7e
commit 89ababc5c0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN" name="Cosmic">
<Configuration status="WARN" name="Cosmic" shutdownHook="disable">
<Properties>
<Property name="filename">cosmic-log</Property>
<Property name="standard-pattern">%d{HH:mm:ss.SSS} [%t] %-5level %logger{2} - %msg%n</Property>