mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
fix(opentelemetry): avoid storing inmemory if logs are disabled (#8373)
* fix(opentelemetry): avoid storing inmemory if logs are disabled
* changelog
* fix syntax
* refactor
* chore
* chore
* chore
* fix
(cherry picked from commit d87b9fe0dc
)
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
This commit is contained in:
parent
f7b1393752
commit
fec312eb54
2 changed files with 12 additions and 3 deletions
3
changelogs/fragments/8373-honour-disable-logs.yaml
Normal file
3
changelogs/fragments/8373-honour-disable-logs.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- opentelemetry callback plugin - honour the ``disable_logs`` option to avoid storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue