You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, rabbitmq-server forces all log messages to be written to a file.
Docker is designed to work with stdout to get messages from the contained application. Currently, the official RabbitMQ image work around this limitation in rabbitmq-server by patching the script.
Now, by setting RABBITMQ_LOGS=-, regular log messages are written to
stdout. Likewise, RABBITMQ_SASL_LOGS=- sends sasl log messages to
stdout.
This is useful for Docker images.
Fixes#128.
Currently,
rabbitmq-server
forces all log messages to be written to a file.Docker is designed to work with stdout to get messages from the contained application. Currently, the official RabbitMQ image work around this limitation in
rabbitmq-server
by patching the script.See https://github.com/docker-library/rabbitmq.
This is part of issue #113.
The text was updated successfully, but these errors were encountered: