We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a496f commit 6180ea8Copy full SHA for 6180ea8
1 file changed
cmd/sebak/cmd/run.go
@@ -537,9 +537,7 @@ func parseFlagsNode() {
537
}
538
539
540
- if logLevel == logging.LvlDebug { // only debug produces `caller` data
541
- logHandler = logging.CallerFileHandler(logHandler)
542
- }
+ logHandler = logging.CallerFileHandler(logHandler)
543
logHandler = logging.LvlFilterHandler(logLevel, logHandler)
544
log.SetHandler(logHandler)
545
0 commit comments