logxi
logxi copied to clipboard
A 12-factor app logger built for performance and happy development
for example if the logxiNameLevelMap contains: - logger1:* = INF - logger1:logger2 = DBG because the map iteration order is not guaranteed, logger1:logger2 might be either INF or BDG this...
Hello, i need to disable stack trace in WRN and ERROR level, how to do this ?
A type alias for built-in scalar types may implement the fmt.Stringer or json.Marshaler interface. However, the JSONFormatter checked for the scalar type before considering the interfaces, and then used one...
logxi is a great almost-drop-in replacement for the Go stdlib log package. However, log defaults to logging on STDERR, whereas logxi defaults to STDOUT. This presents a couple of issues:...
When using the text formatter, the following two lines show the difference between debug and trace: ``` _t: 08:55:55.248623 _p: 22564 _n: vault _l: DBG _m: core: cluster name set...
resolve this too #33
Hello. There 3 formatters. ``` go RegisterFormatFactory(FormatHappy, formatFactory) RegisterFormatFactory(FormatText, formatFactory) RegisterFormatFactory(FormatJSON, formatFactory) ``` So the question is - what "fit" means. You're parsing env, there are not fit there. So...
Commit fixes typo in README.md
This looks really nice. I need to a hook to log to s3. Is this possible.
Wondering if there is a CSV formatter ? Needed for business analytics guys as they love to suck up the CSV into their charting software :)