Hi everyone,
I’ve enabled /confdConfig/logs/auditLog
and /confdConfig/logs/auditLogCommit
to export all configuration commit changes to a remote syslog server.
However, I noticed that auditLogCommit
entries include full XPaths in lines like:
commit thandle <N> <path> set to '<value>'
commit thandle <N> <path> created
commit thandle <N> <path> deleted
...
Is there a way to hide or remove the <path>
information from these logs?
The reason I’m asking is that our application uses transforms, hooks, and hidden nodes, and exposing those internal paths in logs might confuse or leak internal logic to end users.
Any suggestions or configuration options to sanitize or restrict these log entries would be very helpful!
Thanks in advance!