mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Merge pull request #6004 from ansible/AlanCoding-patch-1
Remove async from logging test kwargs
This commit is contained in:
commit
b6eac59aa5
@ -107,7 +107,7 @@ class BaseHTTPSHandler(logging.Handler):
|
||||
Tests logging connectivity for the current logging settings.
|
||||
@raises LoggingConnectivityException
|
||||
"""
|
||||
handler = cls.from_django_settings(settings, async=True)
|
||||
handler = cls.from_django_settings(settings)
|
||||
handler.enabled_flag = True
|
||||
handler.setFormatter(LogstashFormatter(settings_module=settings))
|
||||
logger = logging.getLogger(__file__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user