Explorar el Código

chore: add resource tag for log

zhongwencool hace 1 año
padre
commit
2a58a36e37
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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).