FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6779d6c5 authored by L. Bower's avatar L. Bower
Browse files

more SOuthAsia config work

parent 499daa49
No related branches found
No related tags found
No related merge requests found
make a copy of the template file, You can add a files to set system-specific variables (or sensitive passwords)
the template sys config files will be needed for both forecast and analysis runs,
\ No newline at end of file
{
"version": 1,
"disable_existing_loggers": false,
"formatters": {
"simple": {
"format": "%(name)s : %(levelname)s - %(message)s"
},
"detailed": {
"format": "For command:\n{arg_string}\n\n%(levelname)s in %(name)s encountered at %(asctime)s:\n\n%(message)s\n\nResolve this error and restart processing.",
"datefmt": "%Y-%m-%d %H:%M:%S"
}
},
"filters": {
"mask_passwords": {
"()": "NOT_SET"
}
},
"handlers": {
"handler_job": {
"class": "logging.FileHandler",
"formatter": "simple",
"level": "DEBUG",
"filters": [
"mask_passwords"
],
"filename": ""
},
"handler_stderr": {
"class": "logging.StreamHandler",
"formatter": "simple",
"level": "DEBUG",
"filters": [
"mask_passwords"
]
},
"handler_buffered_email": {
"class": "BufferingSMTPHandler.BufferingSMTPHandler",
"level": "ERROR",
"server": "NOT_SET",
"credentials": "NOT_SET",
"fromaddr": "NOT_SET",
"toaddrs": "NOT_SET",
"subject": "ERROR in EWS Processor",
"formatter": "detailed",
"filters": [
"mask_passwords"
],
"capacity": 100
}
},
"loggers": {
"__main__": {
"level": "INFO",
"handlers": ["handler_job","handler_buffered_email","handler_stderr"],
"propagate": false
},
"EpiModel": {
"level": "INFO",
"handlers": ["handler_job","handler_buffered_email","handler_stderr"],
"propagate": false
},
"ews": {
"level": "INFO",
"handlers": ["handler_job","handler_buffered_email","handler_stderr"],
"propagate": false
}
}
}
\ No newline at end of file
{
"forms" : [
{
"type" : "WRT",
"url" : "https://web15.agro.au.dk/",
"user" : "",
"pass" : "",
"countryID" : "ET;KE;TZ;UG;ZM",
"publishedLevel" : "Publ;Unpubl",
"form_id" : "WRT",
"form_name" : "WRT"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment