Fix this hopefully to match bodhi-backend03
This commit is contained in:
parent
23e2dc4a25
commit
473c64467d
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ config = dict(
|
||||||
formatters=dict(
|
formatters=dict(
|
||||||
bare={
|
bare={
|
||||||
"datefmt": "%Y-%m-%d %H:%M:%S",
|
"datefmt": "%Y-%m-%d %H:%M:%S",
|
||||||
{% if ansible_hostname != 'bodhi-backend02' %}
|
{% if inventory_hostname.startswith('bodhi-backend01', 'bodhi-backend03') %}
|
||||||
# Here we use a different format just so we can include
|
# Here we use a different format just so we can include
|
||||||
# threadName. We set the threadName in the bodhi masher to some
|
# threadName. We set the threadName in the bodhi masher to some
|
||||||
# useful strings that will tell us which branch is doing what.
|
# useful strings that will tell us which branch is doing what.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue