mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Merge pull request #3799 from ansible/log-audit-note
add a note about settings.LOG_AGGREGATOR_AUDIT usage
This commit is contained in:
@@ -755,7 +755,7 @@ register(
|
|||||||
allow_null=True,
|
allow_null=True,
|
||||||
default=False,
|
default=False,
|
||||||
label=_('Enabled external log aggregation auditing'),
|
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=_('Logging'),
|
||||||
category_slug='logging',
|
category_slug='logging',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user