-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix double logger adding #693
Fix double logger adding #693
Conversation
Co-authored-by: Marek Materzok <[email protected]>
You can't separate this change from #573? |
I can, but both edits the same part of code, so there will be conflict between them if this review will be based on master. |
This seems to be a straightforward change, and it also fixes a very annoying bug, so it could be merged very quickly. Meanwhile #573 has now around 500 lines of code and a number of features besides the main one (the CAM), so I expect that PR to be reviewed after some time. |
Ok, I will prepare a separate change, but this would be probably in Sunday. |
I have created a version which is based on master. Please see #694 |
I moved adding of our custom logger to "session" fixture, so there shouldn't be any more problems with duplicated logs. I tested it with command:
Resolves #675
Based on #573