This introduces a new diagnostics command, rabbitmq-diagnostics os_env.
It prints RabbitMQ-specific environment variables that
are set on the target node. Can be used to inspect env variable-based
configuration without access to the target host.
Types of Changes
[ ] Bug fix (non-breaking change which fixes issue #NNNN)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause an observable behavior change in existing systems)
[ ] Documentation improvements (corrections, new content, etc)
Proposed Changes
This introduces a new diagnostics command,
rabbitmq-diagnostics os_env
.It prints RabbitMQ-specific environment variables that are set on the target node. Can be used to inspect env variable-based configuration without access to the target host.
Types of Changes
Checklist
CONTRIBUTING.md
document