Reduced logging for conversion service
This commit is contained in:
@@ -915,7 +915,7 @@ class ConversionService:
|
|||||||
)
|
)
|
||||||
existing_conversion.updated_at = datetime.now()
|
existing_conversion.updated_at = datetime.now()
|
||||||
conversion = existing_conversion
|
conversion = existing_conversion
|
||||||
_LOGGER.info(
|
_LOGGER.debug(
|
||||||
"Updated conversion %s (pms_id=%s)",
|
"Updated conversion %s (pms_id=%s)",
|
||||||
conversion.id,
|
conversion.id,
|
||||||
pms_reservation_id,
|
pms_reservation_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user