Closed
Description
Bug Report
Follow up from #1709 (comment)
Description
tracing-journald
currently logs additional string fields in their Debug
representation, i.e. this code
info!(foo="foo", "test")
writes FOO="foo"
to the journal, i.e. with extra quotes from format!("{:?}")
.
I expected FOO=foo
, i.e. a regular string.
Metadata
Metadata
Assignees
Labels
No labels