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
Normally you'd expect that the rosout log file is rotated as usual (https://en.wikipedia.org/wiki/Log_rotation) by increasing the number in the suffix for old log file such that it is always guaranteed that rosout.log.2 is older than rosout.log.1. The current implementation moves rosout.log to rosout.log.(current_back_index % 10) during "rotation", thus the ordering is not preserved as you would expect it.
The text was updated successfully, but these errors were encountered:
mgrrx
changed the title
rosout log rotation is
rosout log rotation is odd
Aug 9, 2016
Normally you'd expect that the rosout log file is rotated as usual (https://en.wikipedia.org/wiki/Log_rotation) by increasing the number in the suffix for old log file such that it is always guaranteed that rosout.log.2 is older than rosout.log.1. The current implementation moves rosout.log to rosout.log.(current_back_index % 10) during "rotation", thus the ordering is not preserved as you would expect it.
The text was updated successfully, but these errors were encountered: