pdk cli should allow user to control the pdk log level #1020
Unanswered
JakeTRogers
asked this question in
Feature Request
Replies: 2 comments
-
Great idea @JakeTRogers ! I think this should be pretty simple to implement, would you have any interest in working on the code change if we provided some guidance? If not, we're more than happy to put it into our backlog and work on it when we can. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, didn't see the notification regarding your reply. Ill take look this weekend at the source and see if it looks like something I can manage. I would be glad to contribute if so. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default the PDK is set to log level INFO which leads to messages like this:
It would be ideal if there were a -l, --log-level CLI parameter which would accept the lowest level log entries the user wants displayed
Example use case: i would like to set the log level to WARN when it is called by my pre-commit hooks, which would decrease the number of lines I need to parse/look over.
Beta Was this translation helpful? Give feedback.
All reactions