« Return to Thread: log process

Re: log process

by Rosa, Andrea (HP Cloud Services) :: Rate this Message:

| View in Thread

Matthias,

>What log entries were you expecting to see during the 5 days since the
>log was rolled to .1? ? AMQP connect/disconnect events?
>
>Did the log rotation work fine previously?
>
>One thing to try is performing a manual log rotation with
>
>   sudo mv /var/log/rabbitmq/<node>.log /var/log/rabbmitq/<node>.bak
>   sudo /etc/init.d/rabbitmq-server rotate-logs
>
>and then do something that normally results in a log entry, e.g.
>establish an AMQP connection. That *should* re-create the .log file,
>containing the expected entry.

The log rotation work fine previously and also after that day, it seems that it was a sporadic case.
I am just curious to understand if the logging is executed by a separate process, because the server didn't produce log but it was still working for at least 4 days, then we discovered an issue and we restarted the server.

Thanks for your time
--
Andrea
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@...
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

 « Return to Thread: log process