-
Notifications
You must be signed in to change notification settings - Fork 71
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
Duplicate logging information #95
Comments
Hi Daniel, Those changes were made around the time I reconfigured the geomeTRIC loggers to require an explicit newline character for every logging message, as I had some situations where I wanted finer control over whether newline characters were being printed or not. I think replacing Is there any way I could see the stdout from running the unit tests without duplicating the logging on your side? If you could just show me how to print out the string stream in the unit test codes, that should resolve it. |
For running through the QCFractal pipeline, we would like all stdout to be contained within with You could consider an option on the |
Release 0.9.7.2 is now out, could you please check to see if it resolved our two logging issues (as well as the other connectivity-related issue in your PR)? |
Perfect on our end! Thanks for the quick turnaround. |
run_json
was changed so that bothlogging.config.fileConfig
and a new log handler are created causinggeometric
to dump its logging to bothstdout
and the string stream. I don't know why it was changed this way, but it clouds up many downstream logging files. Would it be possible to remove one of these logging handler initializations?Simply commenting out
run_json:157-159
is sufficient and is slightly concerning as the logging state is reset outside of a non main initialization function.The text was updated successfully, but these errors were encountered: