Skip to content

Commit 65b926c

Browse files
authored
docs: Show debug output in log (#54)
1 parent 70fe7a4 commit 65b926c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Yes, you can use Springwolf for private and commercial purposes as long as you c
1212

1313
## Troubleshooting
1414

15+
### Show `debug` output in the logs
16+
17+
Springwolf uses the default logging setup of Spring Boot.
18+
To enable `DEBUG` output, add the following line to the `application.properties`:
19+
20+
```properties
21+
logging.level.io.github.stavshamir.springwolf=DEBUG
22+
```
23+
1524
### The Springwolf UI isn't showing
1625

1726
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).

0 commit comments

Comments
 (0)