85 lines
1.9 KiB
JSON
85 lines
1.9 KiB
JSON
{
|
|
"version": 1,
|
|
"formatters": {
|
|
"default": {
|
|
"format": "%(asctime)s %(name)s: %(message)s",
|
|
"datefmt": "%Y-%m-%d %I:%M:%S"
|
|
}
|
|
},
|
|
"handlers": {
|
|
"console": {
|
|
"class": "logging.StreamHandler",
|
|
"formatter": "default",
|
|
"level": "DEBUG",
|
|
"stream": "ext://sys.stdout"
|
|
}
|
|
},
|
|
"loggers": {
|
|
"erynrl": {
|
|
"level": "INFO",
|
|
"handlers": [
|
|
"console"
|
|
],
|
|
"propagate": false
|
|
},
|
|
"erynrl.ai": {
|
|
"level": "ERROR",
|
|
"handlers": [
|
|
"console"
|
|
],
|
|
"propagate": false
|
|
},
|
|
"erynrl.actions": {
|
|
"level": "ERROR",
|
|
"handlers": [
|
|
"console"
|
|
]
|
|
},
|
|
"erynrl.actions.movement": {
|
|
"level": "ERROR",
|
|
"handlers": [
|
|
"console"
|
|
]
|
|
},
|
|
"erynrl.actions.tree": {
|
|
"level": "ERROR",
|
|
"handlers": [
|
|
"console"
|
|
],
|
|
"propagate": false
|
|
},
|
|
"erynrl.events": {
|
|
"level": "WARN",
|
|
"handlers": [
|
|
"console"
|
|
],
|
|
"propagate": false
|
|
},
|
|
"erynrl.map": {
|
|
"level": "DEBUG",
|
|
"handlers": [
|
|
"console"
|
|
],
|
|
"propagate": false
|
|
},
|
|
"erynrl.ui": {
|
|
"level": "INFO",
|
|
"handlers": [
|
|
"console"
|
|
],
|
|
"propagate": false
|
|
},
|
|
"erynrl.visible": {
|
|
"level": "WARN",
|
|
"handlers": [
|
|
"console"
|
|
]
|
|
}
|
|
},
|
|
"root": {
|
|
"level": "DEBUG",
|
|
"handlers": [
|
|
"console"
|
|
]
|
|
}
|
|
}
|