Setting global, multiple logging levels #599
-
I am trying to avoid logs such as:
Tried setting The config was changed, but we are still receiving these logs after rabbitmq-server restart Is it possible to configure global configuration via this cookbook, or set multi level global and per-category, e.g:
Any help would be appreciated, thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can provide arbitrary configuration in the Erlang term format. However, modern RabbitMQ versions use a different logging library and most examples have been moved to the |
Beta Was this translation helpful? Give feedback.
You can provide arbitrary configuration in the Erlang term format.
However, modern RabbitMQ versions use a different logging library and most examples have been moved to the
rabbitmq.conf
format. So you have to setrabbit.log.file.level
as a nested Erlang term, what this cookbook generates targets RabbitMQ beforerabbitmq.conf
and before the logging library it uses today.