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:
Michael Klishin 2017-01-20 20:22:13 +03:00
parent 320c9dbe93
commit 39276e967a
1 changed files with 1 additions and 0 deletions

View File

@ -289,3 +289,4 @@
%% For event audit purposes
-define(INTERNAL_USER, <<"rmq-internal">>).
-define(UNKNOWN_USER, <<"unknown">>).