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, the rabbit_prelaunch debug logging does not log messages "as they happen". While working on #2656 this confused me quite a bit as it seemed as though boot functions weren't completing when they should have been. I worked around this by inserting my own logging like this:
io:format(standard_error, "@@@@@@@@ MY OBVIOUS MESSAGE~n", [])
Ideally, during RabbitMQ bootup, debug messages would be logged and flushed ASAP.
The text was updated successfully, but these errors were encountered:
I will attach a startup log today with and without my added standard_error messages. I didn't do anything special to reproduce the issue. It's just that log messages appeared in the console "out of order" which made it appear as though prelaunch and other boot steps were happening at times that didn't make any sense!
Currently, the
rabbit_prelaunch
debug logging does not log messages "as they happen". While working on #2656 this confused me quite a bit as it seemed as though boot functions weren't completing when they should have been. I worked around this by inserting my own logging like this:Ideally, during RabbitMQ bootup, debug messages would be logged and flushed ASAP.
The text was updated successfully, but these errors were encountered: