forked from p15670423/monkey
Integrated an option to download the monkey island log files from the Log page in the web app.
This commit is contained in:
parent
6aeaf0f857
commit
05c4bb7ac7
|
@ -23,16 +23,6 @@
|
||||||
"maxBytes": 10485760,
|
"maxBytes": 10485760,
|
||||||
"backupCount": 20,
|
"backupCount": 20,
|
||||||
"encoding": "utf8"
|
"encoding": "utf8"
|
||||||
},
|
|
||||||
|
|
||||||
"error_file_handler": {
|
|
||||||
"class": "logging.handlers.RotatingFileHandler",
|
|
||||||
"level": "ERROR",
|
|
||||||
"formatter": "simple",
|
|
||||||
"filename": "errors.log",
|
|
||||||
"maxBytes": 10485760,
|
|
||||||
"backupCount": 20,
|
|
||||||
"encoding": "utf8"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue