Skip to content

Commit

Permalink
Remove uvicorn.error logger
Browse files Browse the repository at this point in the history
  • Loading branch information
AliRn76 committed Jul 26, 2024
1 parent 21f6425 commit bafa6b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions panther/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,5 @@ def __init__(self, filename, mode='a', encoding=None, delay=False, errors=None):
'handlers': ['default', 'query_file'],
'level': 'DEBUG',
},
'uvicorn.error': {
'handlers': ['default'],
'level': 'INFO',
'propagate': False,
},
}
}

0 comments on commit bafa6b0

Please sign in to comment.