You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/logging-traceback.yaml

5 lines
430 B
YAML

bugfixes:
- display logging - Fix issue where 3rd party modules will print tracebacks when attempting to log information when ``ANSIBLE_LOG_PATH`` is set - https://github.com/ansible/ansible/issues/65249
- display logging - Re-added the ``name`` attribute to the log formatter so that the source of the log can be seen
- display logging - Fixed up the logging formatter to use the proper prefixes for ``u=user`` and ``p=process``