Update file notify.py
This commit is contained in:
parent
9989caf95f
commit
a7e39520a7
1 changed files with 4 additions and 4 deletions
|
|
@ -229,8 +229,8 @@ def send_immediate_notifications(request, notifications):
|
|||
},
|
||||
)
|
||||
log.info(
|
||||
"notification frequency=immediately email={}, count={}".format(
|
||||
notification.user.email,
|
||||
"notification frequency=immediately username={}, count={}".format(
|
||||
notification.user.name,
|
||||
notification.id,
|
||||
)
|
||||
)
|
||||
|
|
@ -285,9 +285,9 @@ def send_digest_notifications(request, notification_dict, frequency="daily"):
|
|||
},
|
||||
)
|
||||
log.info(
|
||||
"notification frequency={} email={}, count={}".format(
|
||||
"notification frequency={} username={}, count={}".format(
|
||||
frequency,
|
||||
recipient_email,
|
||||
user.name,
|
||||
notifications_count,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue