watchdog.execute logs should be behind debug flag? #871
Closed
g-hodgson-tup
started this conversation in
General
Replies: 3 comments 3 replies
-
This is the expected behavior. The only difference between debug and non-debug, as far as that piece of code is concerned, is that if we're debugging, the response body should be printed |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi. Some form of log levels sounds sensible. I had a go at an implementation here: #872 |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was looking for a way to reduce the amount of log messages from watchdog.execute, and noticed that one of the log statements is not behind a debug flag
Currently the logic is:
and I wonder if it should instead be:
?
Beta Was this translation helpful? Give feedback.
All reactions