ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
66 stars 42 forks source link

fix: align log output between deployment types #994

Closed ttuffin closed 1 month ago

ttuffin commented 1 month ago

This minor change updates the log output for podman deployments so that it is similar to what is printed in k8s deployments. This improves parity between deployments and enables us to easily test log output across the different deployment types. Equivalent log output in k8s: https://github.com/ansible/eda-server/blob/bc35a0c6b04751caa7d1197aa734ef0d9df58877/src/aap_eda/services/activation/engine/kubernetes.py#L130

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud