-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Logger for file output logs #66
Conversation
1123531
to
9865829
Compare
Rebase ☝️ |
9865829
to
9bd2026
Compare
Rebase ☝️ |
I think you should add PID to the log filename to help differentiate when running multiprocess, or just running same binary over and over. |
Also maybe we could/should consider a third-party dependency for this: https://github.com/gabime/spdlog |
@davidbeckingsale Does it work to open an issue for this? I intended this to be a very basic commit that just introduces the functionality to move from monitor printouts to a file, even if overwritten. This still serves the use-case of manual. visual inspecting where we run one compilation/execution and want to see the output. |
@davidbeckingsale I wasn't aware of |
Store debug output in files
Closes #24