chore: add resource tag for log
This commit is contained in:
parent
60aefd1065
commit
8dc1d1424a
|
@ -167,4 +167,12 @@
|
|||
).
|
||||
-define(TAG, "RESOURCE").
|
||||
|
||||
-define(LOG_LEVEL(_L_),
|
||||
case _L_ of
|
||||
true -> info;
|
||||
false -> warning
|
||||
end
|
||||
).
|
||||
-define(TAG, "RESOURCE").
|
||||
|
||||
-define(RESOURCE_ALLOCATION_TAB, emqx_resource_allocations).
|
||||
|
|
Loading…
Reference in New Issue