Skip to content

Commit a69d5ad

Browse files
committed
adapt pervious changelog entry
1 parent bf392aa commit a69d5ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
<minimumLevel>INFO</minimumLevel>
3737
</appender>
3838
```
39+
- For Spring Boot you may also enable it in `application.properties` / `application.yml`:
40+
```properties
41+
sentry.logs.enabled=true
42+
sentry.logging.minimum-level=error
43+
```
3944
- If you manually initialize Sentry, you may also enable logs on `Sentry.init`:
4045
```java
4146
Sentry.init(options -> {

0 commit comments

Comments
 (0)