phuslu / log

Fastest structured logging
MIT License
672 stars 44 forks source link

feat: support long filename and line number #44

Closed u2386 closed 3 years ago

phuslu commented 3 years ago

thanks, will look soon.

phuslu commented 3 years ago

thanks, I merged. But I would like change

    // Fullpath determines whether to use full file path like /a/b/c/d.go:line as "caller" or not.
    Fullpath bool

to other name, E.g. FullpathCaller or DisableShortCaller, do you have any suggestion/option?

u2386 commented 3 years ago

I think FullpathCaller is clearer.

phuslu commented 3 years ago

thanks, I renamed it to FullpathCaller