I'm using the Python graphviz library.
While my app is using one log level (e.g. DEBUG
), I'd like to set the graphviz
log level to something else (e.g. WARNING
).
There is no graphviz.set_loglevel()
function.
Is there a way to do this without temporarily changing the global log level?