Some logging config for greenwave.
This commit is contained in:
parent
4d68b7e5d5
commit
081c062b36
1 changed files with 19 additions and 0 deletions
|
@ -238,6 +238,25 @@ data:
|
|||
"greenwave." + socket.gethostname(): "greenwave",
|
||||
},
|
||||
|
||||
logging={
|
||||
"loggers": {
|
||||
"greenwave": {
|
||||
"handlers": ["console"], "propagate": false, "level": "DEBUG"},
|
||||
"fedmsg": {
|
||||
"handlers": ["console"], "propagate": false, "level": "DEBUG"},
|
||||
"moksha": {
|
||||
"handlers": ["console"], "propagate": false, "level": "DEBUG"}
|
||||
},
|
||||
"handlers": {
|
||||
"console": {
|
||||
"formatter": "bare",
|
||||
"class": "logging.StreamHandler",
|
||||
"stream": "ext://sys.stdout",
|
||||
"level": "DEBUG"
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
environment='stg',
|
||||
relay_inbound=["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue