mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user