Skip to content
Discussion options

You must be logged in to vote

That level is not used by RabbitMQ. rabbitmqctl eval can be used to log a message at any level:

rabbitmqctl eval 'rabbit_log:critical("Severity = critical").'

rabbitmqctl eval 'rabbit_log:error("Severity = error").'

rabbitmqctl eval 'rabbit_log:warning("Severity = warning").'

I highly recommend against disabling logging of errors, you are guaranteed to regret this decision. Use the error log level or better yet, leave it at warning.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants