Closed pavelschon closed 2 years ago
The structured logger here takes a "format string" as the first argument .. and those format strings use {
and }
characters. So e.g. try log.info("{foo}", foo={"hello": "world"})
or similar.
Thanks, so this is a user issue then.
I've got an unexpected error when trying to log a formatted dictionary: