Bug #30278
closedSmart proxy dynflow core logs are missing newlines
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1851379
Description of problem:
Logs in /var/log/foreman-proxy/smart_proxy_dynflow_core.log seem to be missing readlines, the log is hard to follow.
Version-Release number of selected component (if applicable):
rubygem-smart_proxy_dynflow-0.2.4-5
How reproducible:
Always
Steps to Reproduce:
1. Bump smart proxy dynflow core log level to debug in /etc/smart_proxy_dynflow_core/settings.yml
2. Restart smart_proxy_dynflow_core service
3. Run for example a REX job
4. Watch the log file
Actual results:
Especially output from dynflow itself (step plan changes and so on) are printed without newlines, leading to unreadable long lines.
Expected results:
Each log message ends if a newline
Additional info: