Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 988e6f0dd8d6cbc7d3cfec3c1e06d0bd9da2d238
https://github.com/Checkmk/checkmk/commit/988e6f0dd8d6cbc7d3cfec3c1e06d0bd9…
Author: Maximilian Wirtz <maximilian.wirtz(a)checkmk.com>
Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths:
M cmk/gui/watolib/appendstore.py
M cmk/gui/watolib/audit_log.py
A cmk/update_config/plugins/actions/audit_log.py
A tests/unit/cmk/update_config/plugins/actions/test_audit_log.py
Log Message:
-----------
Change audit log to be newline separated
In our SaaS environment we want to be able to read that file with other
tools but they rarely support the `\0` as delimiter. Therefore we're
changing it to `\n`.
We are still logging python objects here so parsing with JSON will not
work, also the audit log is unstable and might be subject to further
change. So do not rely on structure or content!
CMK-19258
Change-Id: Ie5a7756e8e4def6f07748025af3a17e3ce97c16d
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications