feat(entrypoint): try using persistence

This commit is contained in:
2026-01-07 02:11:59 -05:00
parent 8032699013
commit 2edf095906
3 changed files with 133 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ impl<S: Subscriber> Layer<S> for TracingToHomeAssistant {
let log_data: Option<LogData<()>> = None;
Python::with_gil(|py| {
Python::attach(|py| {
let Ok(hass_logger) = HassLogger::new(py, target) else {
return;
};