mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Merge pull request #7084 from jangsutsr/ux_improve_logger_ctint_label_text
[UX]Improve `LOG_AGGREGATOR_LOGGERS` label text
This commit is contained in:
@@ -382,7 +382,7 @@ register(
|
|||||||
'LOG_AGGREGATOR_LOGGERS',
|
'LOG_AGGREGATOR_LOGGERS',
|
||||||
field_class=fields.StringListField,
|
field_class=fields.StringListField,
|
||||||
default=['awx', 'activity_stream', 'job_events', 'system_tracking'],
|
default=['awx', 'activity_stream', 'job_events', 'system_tracking'],
|
||||||
label=_('Loggers to send data to the log aggregator from'),
|
label=_('Loggers Sending Data to Log Aggregator Form'),
|
||||||
help_text=_('List of loggers that will send HTTP logs to the collector, these can '
|
help_text=_('List of loggers that will send HTTP logs to the collector, these can '
|
||||||
'include any or all of: \n'
|
'include any or all of: \n'
|
||||||
'awx - service logs\n'
|
'awx - service logs\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user