-
Notifications
You must be signed in to change notification settings - Fork 35
Consolidate logging (and other minor tweaks) #112
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
Conversation
sanjayankur31
commented
Jul 5, 2021
- uses logging where appropriate,
- removes print_comment_v, and makes print_comment the default pretty printed comment function. It'll always print. For debuginfo and warnings and so on, we use the loggers.
Make it ignore packages where type information is not available
Also update links to schema docs
|
Refactoring, mostly with cosmetic changes. All tests pass, so confirmation that this hasn't broken any functionality. Merging (so I can open more PRs, which will otherwise conflict with this one). |
|
Thanks @sanjayankur31 . From a qucik test I see that the output from jnml, which had been displayed by default when run in pynml does not show any more. This is useful debugging info. Can you change that? |
|
Sure---since it is debugging info, it can be seen when |
|
If a command fails, it will be printed: these are at the |