Skip to content

Commit cd84035

Browse files
added the log back
1 parent 1da6c97 commit cd84035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifications.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,8 @@ func HandleCreateNotification(resp http.ResponseWriter, request *http.Request) {
11001100
}
11011101
}
11021102
}
1103-
1103+
1104+
log.Printf("[DEBUG] User '%s' (%s) in org '%s' (%s) is creating notification '%s'", user.Username, user.Id, user.ActiveOrg.Name, user.ActiveOrg.Id, notification.Title)
11041105
err = CreateOrgNotification(
11051106
ctx,
11061107
notification.Title,

0 commit comments

Comments
 (0)