From e7b37c66270b5fd1d3e22c0c3dae129f28039a22 Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Fri, 14 Jul 2017 14:35:19 -0400 Subject: [PATCH] [UX]Improve `LOG_AGGREGATOR_LOGGERS` label text --- awx/main/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index e3156dd749..3607e19528 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -382,7 +382,7 @@ register( 'LOG_AGGREGATOR_LOGGERS', field_class=fields.StringListField, 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 ' 'include any or all of: \n' 'awx - service logs\n'