mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +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(),
|
DedupeIntegration(),
|
||||||
AtexitIntegration(),
|
AtexitIntegration(),
|
||||||
ThreadingIntegration(),
|
ThreadingIntegration(),
|
||||||
LoggingIntegration(level=logging.WARNING, event_level=logging.CRITICAL),
|
LoggingIntegration(level=logging.INFO, event_level=logging.CRITICAL),
|
||||||
],
|
],
|
||||||
release=SUPERVISOR_VERSION,
|
release=SUPERVISOR_VERSION,
|
||||||
max_breadcrumbs=30,
|
max_breadcrumbs=30,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user