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
Logging improvements #88
Comments
Yes, you are right - the logging in the QCG-PilotJob is a bit messy. If you have a ready pull request I will be glad if you will push it to the repo. |
I've made a PR for this. It's slightly different than what I wrote above, logging is now done using module-specific loggers, and where QCGPJ used the root logger it now uses the |
Thanks for merging! Do you normally close issues when they've been implemented, or when the fix has been released? |
I always thought that issue should be automatically closed after merging pull request (thanks to 'close #' in comment) but apparently this is not true. |
Interesting! I had a quick look at the documentation, and it seems that this only works if the PR is merged into the default branch. For this repo, that's master, while this PR was merged into develop. So that would explain. I normally have my default branch set to develop, but that also has disadvantages, like people seeing the README for the latest in-development version rather than for the latest release. I guess we'll have to use the close button then :-). |
I'm using QCG-PilotJob as a library, and when I do so my program spews a lot of log messages from QCG-PJ on the console. I'd like to redirect them to a separate log file. Unfortunately:
I'd like to:
I'm going to try to have a new version of MUSCLE3 out with the next VECMAtk release in January, and I realise this is soon, so I'm offering to submit a pull request with the above changes, if you agree that it's a good idea?
The text was updated successfully, but these errors were encountered: