1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00

improved event logging

This commit is contained in:
Harvey Kandola 2017-05-04 16:11:42 +01:00
parent 92eca1a1ce
commit 2d5b8e652f
13 changed files with 1882 additions and 4 deletions

View file

@ -556,8 +556,9 @@ const (
EventTypeUserDelete EventType = "removed-user"
EventTypeUserPasswordReset EventType = "reset-user-password"
EventTypeAccountAdd EventType = "added-account"
EventTypeSystemLicense EventType = "changed-license"
EventTypeSystemAuth EventType = "changed-auth-config"
EventTypeSystemLicense EventType = "changed-system-license"
EventTypeSystemAuth EventType = "changed-system-auth"
EventTypeSystemSMTP EventType = "changed-system-smtp"
EventTypeSessionStart EventType = "started-session"
EventTypeSearch EventType = "searched"
)