Skip to content

Commit

Permalink
delete set logger path
Browse files Browse the repository at this point in the history
  • Loading branch information
fanux committed Mar 11, 2021
1 parent fd7292f commit a096c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/moby/ipvs v1.0.1
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.3.0 // indirect
github.com/wonderivan/logger v1.0.0 // indirect
github.com/wonderivan/logger v1.0.0
)

replace (
Expand Down
1 change: 0 additions & 1 deletion utils/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ func Config(level string) {
}
cfg := fmt.Sprintf(logConfig, level)
logger.SetLogger(string(cfg))
logger.SetLogPath(true)
}

0 comments on commit a096c54

Please sign in to comment.