mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
16 lines
317 B
Python
16 lines
317 B
Python
config = {
|
|
# Consumer stuff
|
|
"bugyou.consumer.enabled": True,
|
|
|
|
# Turn on the logging for bugyou
|
|
"logging": dict(
|
|
loggers=dict(
|
|
bugyou={
|
|
"level": "DEBUG",
|
|
"propagate": False,
|
|
"handlers": ['console'],
|
|
},
|
|
),
|
|
),
|
|
}
|