Skip to content

Commit

Permalink
feat: hide file details of keploy logger in binary (#1264)
Browse files Browse the repository at this point in the history
Signed-off-by: ananupam <2019024@iiitdmj.ac.in>
  • Loading branch information
ananupam committed Dec 28, 2023
1 parent 00d1bac commit 3d21ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func setupLogger() *zap.Logger {
} else {
logCfg.Level = zap.NewAtomicLevelAt(zap.InfoLevel)
logCfg.DisableStacktrace = true
logCfg.EncoderConfig.EncodeCaller = nil
}

logger, err := logCfg.Build()
Expand Down

0 comments on commit 3d21ac5

Please sign in to comment.