Skip to content

Commit

Permalink
docs: Show debug output in log (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored Sep 25, 2023
1 parent 70fe7a4 commit 65b926c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 65b926c

Please sign in to comment.