This commit is contained in:
Tom Mairs
2024-07-08 20:40:32 +00:00
parent 902a157616
commit 53b16cefb4
+1 -1
View File
@@ -190,7 +190,7 @@ kumo.configure_local_logs {
Bounce = {
-- Instead of logging the json record, evaluate this
-- template string and log the result.
template = [[Bounce! id={{ id }}, from={{ sender }} code={{ code }} age={{ timestamp - created }}]],
template = [[Bounce! id={{ id }}, from={{ sender }} code={{ response.code }} age={{ timestamp - created }}]],
},
-- For any record type not explicitly listed, apply these settings.