Add log entries of level INFO to Sentry breadcrumbs (#4676)

This commit is contained in:
Stefan Agner 2023-11-08 12:59:19 +01:00 committed by GitHub
parent 2d970eee02
commit d634273b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ def init_sentry(coresys: CoreSys) -> None:
DedupeIntegration(),
AtexitIntegration(),
ThreadingIntegration(),
LoggingIntegration(level=logging.WARNING, event_level=logging.CRITICAL),
LoggingIntegration(level=logging.INFO, event_level=logging.CRITICAL),
],
release=SUPERVISOR_VERSION,
max_breadcrumbs=30,