From c1d919fcdc85d4c50aa18435e918a5d795785686 Mon Sep 17 00:00:00 2001 From: Paul Morrison Date: Sun, 9 Jan 2022 12:03:13 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d17148..c35c087 100644 --- a/README.md +++ b/README.md @@ -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`: