Change log message from info to debug (#6227)

- Reduces log verbosity for message which is not typically useful
This commit is contained in:
Oliver 2024-01-13 19:27:07 +11:00 committed by GitHub
parent 9b1a310ffe
commit 5180d86388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ def trigger_notification(obj, category=None, obj_ref='pk', **kwargs):
# Set delivery flag
common.models.NotificationEntry.notify(category, obj_ref_value)
else:
logger.info("No possible users for notification '%s'", category)
logger.debug("No possible users for notification '%s'", category)
def trigger_superuser_notification(plugin: PluginConfig, msg: str):