Define UNKNOWN_USER
For when we can't know what user performed an action, e.g. there's no user that created the built-in exchanges.
This commit is contained in:
parent
320c9dbe93
commit
39276e967a
|
|
@ -289,3 +289,4 @@
|
|||
|
||||
%% For event audit purposes
|
||||
-define(INTERNAL_USER, <<"rmq-internal">>).
|
||||
-define(UNKNOWN_USER, <<"unknown">>).
|
||||
|
|
|
|||
Loading…
Reference in New Issue