-
Notifications
You must be signed in to change notification settings - Fork 56
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
Log files blank after restart #27
Comments
For now I'm just gonna have to turn off rotation and have an ever-increasing log file for each run of the program. Something's really wonky with the rotation. |
May I ask which version you‘re using, and which platform? I‘ll check as soon as possible, right now I‘m on a trip without the equipment. |
The logger initialization would be helpful, too. |
I'm using version
|
The bug occurs when rotate() was used without append(). Fixed with 0.11.5 which is available now on crates.io |
thanks! so it sounds like I should be using |
This would have been a work-around with 0.11.4.
|
- add a corresponding set of unit tests to FileLogWriter (issue #28) - fix some new clippies
I seem to be running into a strange issue. When I first start up my program, with an empty logs folder, it creates
babblebot_rCURRENT.log
and logs to the file. If I stop my program, and start it again, I now seebabblebot_r00000.log
andbabblebot_rCURRENT.log
in my logs folder, but both are completely blank and no new output is appended. I still see log output in stdout.The text was updated successfully, but these errors were encountered: