Skip to content

Commit c54e618

Browse files
committed
README - add debugging section
1 parent 2e69a77 commit c54e618

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,21 @@ log.level.io.ebean.DDL=TRACE
5555
#log.level.io.ebean.TXN=DEBUG
5656
```
5757

58+
## Debugging
59+
60+
To debug avaje-simple-logger set the log level for `io.avaje.simplelogger` to `DEBUG`
61+
62+
```properties
63+
log.level.io.avaje.simplelogger=DEBUG
64+
```
65+
66+
If you are also using `io.avaje:avaje-aws-appconfig`, then you can additionally set `io.avaje.config` to `TRACE`.
67+
68+
```properties
69+
log.level.io.avaje.config=TRACE
70+
```
71+
72+
5873
## Configure
5974

6075
Configure the logger via main resource `avaje-logger.properties`

0 commit comments

Comments
 (0)