Make link to notification debug log easier to find (#1130)

This commit is contained in:
dgtlmoon
2022-11-16 09:17:57 +01:00
committed by GitHub
parent 1174b95ab4
commit ab28f20eba
2 changed files with 2 additions and 2 deletions

View File

@@ -1368,7 +1368,7 @@ def notification_runner():
# UUID wont be present when we submit a 'test' from the global settings
if 'uuid' in n_object:
datastore.update_watch(uuid=n_object['uuid'],
update_obj={'last_notification_error': "Notification error detected, please see logs."})
update_obj={'last_notification_error': "Notification error detected, goto notification log."})
log_lines = str(e).splitlines()
notification_debug_log += log_lines