Replies: 1 comment 2 replies
-
From @ArneTR Just the prints from the GMT should be logged separately and then just added to self.__stdout_logs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we don't really have a way to add debug output to our code that is only outputted when run with --debug or sometimes I would also want to have less output. I would like the functionality to add some logging to my GMT code that is only outputted when run with --debug.
I would propose to change all print statements with an actual logger. So we can have different verbosity levels. As we don't have discussions I am using a ticket :)
Beta Was this translation helpful? Give feedback.
All reactions