[Questions] RabbitMQ process leaves log files after several days of work #14829
-
Community Support Policy
RabbitMQ version used4.1.1 Erlang version used27.3.x Operating system (distribution) usedRed Hat Enterprise Linux 9.6 How is RabbitMQ deployed?RPM package rabbitmq.confSteps to deploy RabbitMQ cluster
Steps to reproduce the behavior in question
Rabbitmq works few days correctly. advanced.configWhat problem are you trying to solve?After restart logging works correctly few days. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
We don't enough details to conclude anything. Maybe the partition the log files are on ran out of disk space. We do not guess in this community. Two things that can be recommended even then:
|
Beta Was this translation helpful? Give feedback.
-
|
@kamilbro5 at the very least you MUST provide your full, unedited RabbitMQ configuration files. If you have anything sensitive, replace those characters with #. |
Beta Was this translation helpful? Give feedback.
@kamilbro5 I have no idea why you are configuring logging via
advanced.config, because it won't work since RabbitMQ changed logging subsystems. You should be usingrabbitmq.conf. I have some information for you here:https://github.com/lukebakken/rabbitmq-server-14829
@kamilbro5 if you used a specific example to configure logging via the docs site, rabbitmq.com, please point it out so we can fix it.