diff --git a/_posts/tutorials/community/2023-07-30-javalin-logging.md b/_posts/tutorials/community/2023-07-30-javalin-logging.md index ec0c576..23f8f80 100644 --- a/_posts/tutorials/community/2023-07-30-javalin-logging.md +++ b/_posts/tutorials/community/2023-07-30-javalin-logging.md @@ -15,7 +15,7 @@ github: https://github.com/sombriks/javalin-logging-examples ## Introduction -Javalin offers support for first class logging via SL4J and with a few tweaks +Javalin offers support for first class logging via SLF4J and with a few tweaks it's possible to configure one [logging framework](https://www.slf4j.org/manual.html#swapping) in your project.