]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/varlink.c
varlink: restore debug output on incoming messages 30962/head
authorLennart Poettering <lennart@poettering.net>
Tue, 16 Jan 2024 11:06:17 +0000 (12:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Jan 2024 16:17:19 +0000 (17:17 +0100)
commit85978d296cea62d42bd00fc7cb109bdfd3d616ab
treee93c4055c8a5040328cfacc8304052c5d7c7935f
parent9912897170fb52c25a13b1dd5524f505e3d36cc6
varlink: restore debug output on incoming messages

Now that we can selectively suppress only sensitive fields in JSON
objects we can reenable debug logging for incoming messages, which was
removed in 2e3414660cb0c6a024661638d0b237d88b5a7cbc.

This makes Varlink fully debuggable again: we'll see both incoming and
outgoing messages, only the sensitive fields are suppressed.

See: #30578
src/shared/varlink.c