This commit is contained in:
Jordon Brooks 2023-08-12 22:14:38 +01:00
parent 93ccce5ec1
commit ed5eb91578
6 changed files with 181 additions and 171 deletions

View file

@ -1,3 +1,3 @@
import log
LOGGER = log.Logger(level="INFO", logfile="training.log", reset_logfile=True)
LOGGER = log.Logger(level="DEBUG", logfile="training.log", reset_logfile=True)