Added a logging statement to better see where the child dies

This commit is contained in:
Jonas Linter
2025-12-03 18:44:32 +01:00
parent d61897b929
commit ff338ecb15
2 changed files with 328 additions and 11 deletions

View File

@@ -1558,7 +1558,7 @@ class ConversionService:
"regular": 0,
"awareness": 0,
}
_LOGGER.info("Classifying regular guests for hotel %s", self.hotel_id)
try:
query = (
select(ConversionGuest)