Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to send log messages to stdout #128

Closed
dumbbell opened this issue Apr 23, 2015 · 0 comments
Closed

Add a way to send log messages to stdout #128

dumbbell opened this issue Apr 23, 2015 · 0 comments
Assignees
Milestone

Comments

@dumbbell
Copy link
Member

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.

@dumbbell dumbbell self-assigned this Apr 23, 2015
@dumbbell dumbbell added this to the 3.5.2 milestone Apr 23, 2015
dumbbell added a commit that referenced this issue Apr 23, 2015
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant