Integrated an option to download the monkey island log files from the Log page in the web app.

This commit is contained in:
maor.rayzin 2018-05-31 10:44:47 +03:00
parent 6aeaf0f857
commit 05c4bb7ac7
1 changed files with 0 additions and 10 deletions

View File

@ -23,16 +23,6 @@
"maxBytes": 10485760,
"backupCount": 20,
"encoding": "utf8"
},
"error_file_handler": {
"class": "logging.handlers.RotatingFileHandler",
"level": "ERROR",
"formatter": "simple",
"filename": "errors.log",
"maxBytes": 10485760,
"backupCount": 20,
"encoding": "utf8"
}
},