mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-11 09:48:50 +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:
parent
9b1a310ffe
commit
5180d86388
@ -439,7 +439,7 @@ def trigger_notification(obj, category=None, obj_ref='pk', **kwargs):
|
|||||||
# Set delivery flag
|
# Set delivery flag
|
||||||
common.models.NotificationEntry.notify(category, obj_ref_value)
|
common.models.NotificationEntry.notify(category, obj_ref_value)
|
||||||
else:
|
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):
|
def trigger_superuser_notification(plugin: PluginConfig, msg: str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user