From 65b926ccedfc2067d7ddbe259e195960a21c1e60 Mon Sep 17 00:00:00 2001 From: Timon Back Date: Mon, 25 Sep 2023 10:10:58 +0200 Subject: [PATCH] docs: Show debug output in log (#54) --- docs/faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 046a306..c575ac5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -12,6 +12,15 @@ Yes, you can use Springwolf for private and commercial purposes as long as you c ## Troubleshooting +### Show `debug` output in the logs + +Springwolf uses the default logging setup of Spring Boot. +To enable `DEBUG` output, add the following line to the `application.properties`: + +```properties +logging.level.io.github.stavshamir.springwolf=DEBUG +``` + ### The Springwolf UI isn't showing When the `springwolf-ui` dependency is added, the UI should be visible at [http://localhost:8080/springwolf/asyncapi-ui.html](http://localhost:8080/springwolf/asyncapi-ui.html).