Redirect management plugin access logs to console? #7759
Unanswered
rayate2410
asked this question in
Questions
Replies: 3 comments 1 reply
-
As far as I know the HTTP server we embed (Cowboy) only supports logging to a file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So it turns out, the request logging code is a part of RabbitMQ and could be updated to use stdout. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Filed an issue #7764 but we won't get to it in the next month in all likelihood. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As per https://www.rabbitmq.com/logging.html#logging-to-console,
To activate console logging, use the following config snippet:
log.console = true
Above enables the rabbitmq logs to redirect to console.
I want the management API access logs to be redirected to console.
As per https://www.rabbitmq.com/management.html#http-logging, we can redirect it to a file.
management.http_log_dir = /path/to/folder
But did not find option to redirect it to console.
Beta Was this translation helpful? Give feedback.
All reactions