mirror of
https://github.com/taigrr/log-socket
synced 2026-03-20 17:12:24 -07:00
actually set value for depth
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func (l Logger) SetInfoDepth(depth int) {
|
||||
func (l *Logger) SetInfoDepth(depth int) {
|
||||
l.FileInfoDepth = depth
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user