log icon indicating copy to clipboard operation
log copied to clipboard

Fastest structured logging

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

Hello phuslu, You have added a very nice set of features in the library; there are a few limitations related to file rotation that give me currently some trouble: 1....

``` $ go build -v github.com/phuslu/log # github.com/phuslu/log ./async_linux.go:24:29: error: incompatible types in assignment (cannot use type uint64 as type syscall.Iovec_len_t) 24 | iovs[0].Len = uint64(len(es[0].buf)) | ^ ./async_linux.go:38:37: error:...

`0依赖`真的很喜欢 但是不知道为什么作者没有发包最新的版本,我看还停留在五月份

https://go.dev/play/p/o0ISnF7IsTA 如图,泛型函数参数为结构体时 callerfunc 出错

Hey there! In case the error provided to the logger is an ObjectMarshaler then the produced JSON will be invalid, as the current code is opens up the `"error":` key,...

Heyho, Awesome lib! Just found a bit of a feature description mismatch. The FileWriter [claims](https://github.com/phuslu/log/blob/dfa9b65a3da07e106f4dfcb637bdd1407c500871/file.go#L50C2-L51C35) that MaxBackups=0 keeps all old log files, but the code never had this option implemented,...

Hello @phuslu, I checked the docs, but I didn't see anything about MessageField that's similar to TimeField. I am wondering if there's a way to customize the "message" to be...

They are very very random but they all pop at the same time, always the same error, same function involved, no code change between errors. Using version 1.0.119 This is...