Parcourir la source

chore: add resource tag for log

zhongwencool il y a 1 an
Parent
commit
2a58a36e37
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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).