1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

add a note about settings.LOG_AGGREGATOR_AUDIT usage

see: https://github.com/ansible/awx/pull/4872#issuecomment-540133448
This commit is contained in:
Ryan Petrello 2019-10-10 10:44:02 -04:00
parent 08df2cad68
commit d9dbbe6748
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -755,7 +755,7 @@ register(
allow_null=True,
default=False,
label=_('Enabled external log aggregation auditing'),
help_text=_('When enabled, all external logs emitted by Tower will also be written to /var/log/tower/external.log'),
help_text=_('When enabled, all external logs emitted by Tower will also be written to /var/log/tower/external.log. This is an experimental setting intended to be used for debugging external log aggregation issues (and may be subject to change in the future).'), # noqa
category=_('Logging'),
category_slug='logging',
)