Skip to content

Commit

Permalink
Fix a typo in logging file
Browse files Browse the repository at this point in the history
This removes a bad character which is causing logging not working using the content as logging configuration
  • Loading branch information
l-Legacy-l authored Jun 27, 2023
1 parent 5636379 commit 618544c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geowebcache/web/src/main/resources/log4j2-rollingfile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<CustomLevels>
<CustomLevel name="CONFIG" intLevel="450" />
<CustomLevel name="FINEST" intLevel="700" />
</CustomLevels>>
</CustomLevels>
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%date{dd MMM HH:mm:ss} (%t) %-6level [%logger{2}] - %msg%n%throwable"/>
Expand Down Expand Up @@ -43,4 +43,4 @@
<AppenderRef ref="Logfile"/>
</Root>
</Loggers>
</Configuration>
</Configuration>

0 comments on commit 618544c

Please sign in to comment.