Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rosout log rotation is odd #854

Closed
mgrrx opened this issue Aug 9, 2016 · 1 comment
Closed

rosout log rotation is odd #854

mgrrx opened this issue Aug 9, 2016 · 1 comment

Comments

@mgrrx
Copy link
Contributor

mgrrx commented 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.

@mgrrx mgrrx changed the title rosout log rotation is rosout log rotation is odd Aug 9, 2016
@dirk-thomas
Copy link
Member

Addressed by #991 in ROS Lunar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants