You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get this to work with Grafana cloud because of logfmt parsing issue. I've tried different combos with json and format parameters but either log is transferred just as a string with no field (when json is false) or I get the a parsing error logfmt syntax error at pos 2 : unexpected '"'.
I can't get this to work with Grafana cloud because of logfmt parsing issue. I've tried different combos with
json
andformat
parameters but either log is transferred just as a string with no field (when json is false) or I get the a parsing errorlogfmt syntax error at pos 2 : unexpected '"'
.My config:
Both
logger.info('foobar')
andlogger.info({ message: "foobar" })
fail with the same logfmt error.Any ideas?
The text was updated successfully, but these errors were encountered: