feat(entrypoint): try using persistence
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user