Sfoglia il codice sorgente

Update log.py

master
resphina GitHub 1 anno fa
parent
commit
79e4af315e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/log.py

+ 1
- 1
common/log.py Vedi File

@@ -20,7 +20,7 @@ def _reset_logger(log):
file_handle.setFormatter(
logging.Formatter(
"[%(levelname)s][%(asctime)s][%(filename)s:%(lineno)d] - %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
datefmt="%Y-%m-%d %H:%M:%S",
)
)
log.addHandler(file_handle)


Loading…
Annulla
Salva