Merge pull request #3799 from ansible/log-audit-note

add a note about settings.LOG_AGGREGATOR_AUDIT usage
This commit is contained in:
Ryan Petrello 2019-10-10 11:32:34 -04:00 committed by GitHub
commit ed52e8348b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',
)