Merge pull request #5165 from chrismeyersfsu/logging_creds_not_required

logger username/pass not required
This commit is contained in:
Chris Meyers 2017-02-03 10:57:41 -05:00 committed by GitHub
commit 2a8e57e655

View File

@ -263,6 +263,7 @@ register(
help_text=_('Username for external log aggregator (if required).'),
category=_('Logging'),
category_slug='logging',
required=False,
)
register(
'LOG_AGGREGATOR_PASSWORD',
@ -273,6 +274,7 @@ register(
help_text=_('Password or authentication token for external log aggregator (if required).'),
category=_('Logging'),
category_slug='logging',
required=False,
)
register(
'LOG_AGGREGATOR_LOGGERS',