mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 03:58:36 -05:00
more external logging unit test fixups
This commit is contained in:
committed by
Christian Adams
parent
39648b4f0b
commit
f7dac8e68d
@@ -67,7 +67,6 @@ def construct_rsyslog_conf_template(settings=settings):
|
||||
parts.append(
|
||||
f'action(type="omfwd" target="{host}" port="{port}" protocol="{protocol}" action.resumeRetryCount="-1" template="awx")' # noqa
|
||||
)
|
||||
# parts.append('$IncludeConfig /var/lib/awx/rsyslog/*.conf')
|
||||
tmpl = '\n'.join(parts)
|
||||
return tmpl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user