logs: fix file identifier

pull/322/head
Harvey Tindall 4 months ago
parent 1a6897637f
commit 9cd402a15d
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -49,7 +49,7 @@ func Lshortfile(level int) string {
}
func lshortfile() string {
return Lshortfile(2)
return Lshortfile(3)
}
func NewLogger(out io.Writer, prefix string, flag int, color c.Attribute) (l *Logger) {

Loading…
Cancel
Save