Custom Script Logging Level #14283
Unanswered
jnc27
asked this question in
Help Wanted!
Replies: 1 comment
-
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 wanted to accomplish to have different logging levels in my custom scripts.
As per documentation in [https://demo.netbox.dev/static/docs/customization/custom-scripts/#logging] it should be possible to configure debug messages with log_debug.
When I configure the log level in configuration.py config as INFO only, the messages in debug still shows when I run the custom script with Default as level name.
How can I accomplish to only show debug messages when I configure it to do so?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions