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

Server logfile naming causes loss of data #448

Closed
jecollins opened this issue Dec 1, 2011 · 1 comment
Closed

Server logfile naming causes loss of data #448

jecollins opened this issue Dec 1, 2011 · 1 comment

Comments

@jecollins
Copy link
Member

If you run the server through its cli, logfiles are named using a sequence number, which is a count of sims run since the server started. So every time you start the server, the index starts at zero, and the new logfiles are written over the old ones. This is somewhat convenient for debugging, since you don't have to remember to clean up logfiles, but it's not good for running experiments.

@jecollins
Copy link
Member Author

This is solved well enough by the new server config setup.

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

No branches or pull requests

1 participant