Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
</appender>
	<logger name="com.hivemq.extensions.rbac" level="INFO" additivity="false">
	<appender-ref ref="FILE-RBAC"/>
</logger>

name=“com.hivemq.extensions.rbac” must be modified to match your package name

In order to apply the new logging configuration, we will need to restart HiveMQ.

...