Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaulm authored Jan 9, 2022
1 parent 675cf53 commit c1d919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You can click on `Send` multiple times, before clicking on `Stop WS`.

Log4j Logging
-------
Some information will be logged on the console - this uses the Apache logging `log4j` tool (plus LogBack?). If you want to change the logging level, change the Root level value in `src\log4j2.xml`:
Some information will be logged on the console - this uses the Apache logging tool (`logback`), via the `slf4j` interface. If you want to change the logging level, change the Root level value in `logback.xml` in the `classpath`:

<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
Expand Down

0 comments on commit c1d919f

Please sign in to comment.