Improvement on SQL connections and timeouts.

This commit is contained in:
Scott Idem
2022-08-03 14:46:45 -04:00
parent dd1b3c0b1b
commit 02e38a9c2c
3 changed files with 11 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ print('### **** *** ** * The Aether FastAPI API is loading... * ** *** **** ###'
#log = logging.getLogger('root')
#log.setLevel(logging.ERROR) # DEBUG > INFO > WARNING > ERROR > CRITICAL
# log.setLevel(logging.DEBUG) # DEBUG > INFO > WARNING > ERROR > CRITICAL
#logging.basicConfig(
#format='[%(asctime)s] %(levelname)s @ %(module)s.%(funcName)s()#%(lineno)d: %(message)s'
#)