Closed vlameiras closed 2 years ago
Currently, the bot will fail to launch if the logs directory is missing.
With this additional step, the script will create the logs/ it if doesn't exist. Also it ensures the presence of errors.log and exceptions.log.
logs/
errors.log
exceptions.log
Currently, the bot will fail to launch if the logs directory is missing.
With this additional step, the script will create the
logs/
it if doesn't exist. Also it ensures the presence oferrors.log
andexceptions.log
.