2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

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

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):