Closed davidbrochart closed 1 year ago
Ah actually this works:
webdav_conf.update(logging_level=LoggingLevel.CRITICAL)
init_config_from_obj(webdav_conf)
Actually what I'd like is to integrate asgi-webdav into a framework that already has its own logging configuration. Currently asgi-webdav duplicates all the uvicorn messages that Asphalt prints. I'm not sure how to do that.
Config.logging.enable == False
will disable log info, now. 6c9885c56c07ff01778d60dfb1e06fa4af18ee7e
Thanks!
Is there a way to disable logging, or at least reduce the level? I tried this but it doesn't seem to work: