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

History log saves in single file rather than one per day #80

Open
ThorvaldLarsen opened this issue Apr 10, 2018 · 3 comments
Open

History log saves in single file rather than one per day #80

ThorvaldLarsen opened this issue Apr 10, 2018 · 3 comments

Comments

@ThorvaldLarsen
Copy link
Collaborator

Would be nice if the history logging split the log file for each day rather than just having a single file.
The pythonlog part does this already.

@ThorvaldLarsen
Copy link
Collaborator Author

@Dominik-Vogel just pingning you so you are aware of this.

@jenshnielsen
Copy link
Contributor

We are using the IPython logstart http://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-logstart for this. It currently has support for rotating but only on a per session basis so we would likely have to roll this out by hand

@ThorvaldLarsen
Copy link
Collaborator Author

Ok. I thought it was the same module that did both logs and had maybe not been turned on for one part. It would be nice to separate the logs a little bit.

Maybe we can instead separate the log file per sample by putting the log folder inside the sample folder (or if there is another way to attach the sample name to the log file)?

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