logfmt icon indicating copy to clipboard operation
logfmt copied to clipboard

Package logfmt marshals and unmarshals logfmt messages.

Results 3 logfmt issues
Sort by recently updated
recently updated
newest added

Error: `bufio.Scanner: token too long` occurs when scanning large data. Fix is to set token size to maximum buffer size: https://github.com/go-logfmt/logfmt/pull/10

At the moment this package does not support logging values of type array, chan, func, map, slice, or struct. Of these, I cannot think of a reason to support chan...