Juris

Results 2 comments of Juris

can someone explain again why you would want to have in uvicorn/config.py following line: ```logger = logging.getLogger("uvicorn.error") # at the time of writing this comment line 113``` So naming here...

ChatGPT even suggests to use `# flake8: noqa: E501` for file level error code silencing :) But anyway what is the issue to actually allow this feature so that one...