mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Merge pull request #5165 from chrismeyersfsu/logging_creds_not_required
logger username/pass not required
This commit is contained in:
commit
2a8e57e655
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user