Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ prevent_default_logs
Method
prevent_default_logs
local_dispatcher/local_dispatch.py:203–205 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
202
203
def
prevent_default_logs(self):
204
log = logging.getLogger(
'werkzeug'
)
205
log.setLevel(logging.ERROR)
206
207
208
def
start(self):
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected