log icon indicating copy to clipboard operation
log copied to clipboard

Structured logging package for Go.

Results 50 log issues
Sort by recently updated
recently updated
newest added

As titled https://github.com/fatih/color

https://s.natalian.org/2019-01-17/stripe-logger.mp4 Any ideas how I can override https://github.com/stripe/stripe-go/blob/master/stripe.go#L68 ? :GoImplements in vim couldn't tell me what Apex.log thing would.

Exactly, i love apex/log, i use it in many project. But recently in a **high load** project, i report an odd bug `PANIC: reflect: call of reflect.Value.MapKeys on ptr Value`,...

Hi, I am really interested in apex/log because of its built in handler to support many different logger and services. However, I don't see an example for using graylog handler....

question

Right now you can't implement a custom fielder without pulling in the `apex/log` library. I'm not sure if this would be a breaking change or not, but it'd be nice...

Hi I ran the tracing sample but it was not printing the line number. This is my current output. ```sh INFO[0001] opening app=myapp env=prod path=Readme.md ERROR[0001] opening app=myapp duration=22.987µs env=prod...

**Problem:** It is allowed by the developer to construct a `Entry` struct (field are public), but you supply no way to submit the entry to a handler correctly using the...

It would be nice when using the multi handler if we could set the individual logging level for each handler. For example in my application I only want info to...

Just like : ```golang // init log lib setting logFormatter := new(log.TextFormatter) logFormatter.TimestampFormat = "2006-01-02 15:04:05" logFormatter.FullTimestamp = true log.SetFormatter(logFormatter) ```

Hi! we've been scratching our heads for a way to implement line numbering in a non fragile way that won't break when new wrapper handlers are added, and this is...