Browse Source

fixed bug with path to log4j.log file on MacOS

master^2
jkonert 2 years ago
parent
commit
5cce8e7fce
  1. 2
      GameProject/src/log4j2.xml

2
GameProject/src/log4j2.xml

@ -7,7 +7,7 @@
<PatternLayout pattern="%d %-5level %logger{36} - %msg%n" />
</Console>
<File name="File" fileName="log\log4j.log">
<File name="File" fileName="log/log4j.log">
<PatternLayout pattern="%d %-5level %logger{36} - %msg%n" />
</File>

Loading…
Cancel
Save