Remove the log
#1337
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
rht
May 23, 2022
Replies: 1 comment
-
After the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rht
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the
server = ModularServer(...)
initialization, you can doserver.verbose = False
. This is not available in theModularServer
__init__
args, but should have been. If you want, you can make a PR to add this arg.