mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 09:06:29 +00:00
Add log entries of level INFO to Sentry breadcrumbs (#4676)
This commit is contained in:
parent
2d970eee02
commit
d634273b48
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user