fix!: Use event as a differentiator for frappe.utils.log
This commit is contained in:
parent
c691537e61
commit
418dcdd2f4
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ def get_traceback(with_context=False) -> str:
|
|||
|
||||
|
||||
def log(event, details):
|
||||
frappe.logger().info(details)
|
||||
frappe.logger(event).info(details)
|
||||
|
||||
|
||||
def dict_to_str(args, sep="&"):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue