Browse Source

chore: add resource tag for log

zhongwencool 1 year ago
parent
commit
2a58a36e37
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/emqx_resource/include/emqx_resource.hrl

+ 1 - 0
apps/emqx_resource/include/emqx_resource.hrl

@@ -165,5 +165,6 @@
         false -> warning
     end
 ).
+-define(TAG, "RESOURCE").
 
 -define(RESOURCE_ALLOCATION_TAB, emqx_resource_allocations).