Skip to content

Commit

Permalink
Remove print "Using full logger" as it is duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Sep 26, 2023
1 parent cb0c249 commit d7e3f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func init() {
)
Default.Info("test logger initialized")
} else {
println("Using full logger")
Default = *vlog.New(
vlog.WithOutputStd(),
vlog.WithOutputFile("live/logs", vlog.LogFormatText),
Expand Down

0 comments on commit d7e3f64

Please sign in to comment.