Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update cmd/cmd.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Neil Shen <[email protected]>
  • Loading branch information
TennyZhuang and overvenus authored Mar 18, 2020
1 parent 81fcd7e commit 088ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func Init(cmd *cobra.Command) (err error) {
atomic.StoreUint64(&hasLogFile, 1)
summary.InitCollector(true)
} else {
fmt.Printf("log file: %s\n", conf.File.Filename)
cmd.Printf("log file: %s\n", conf.File.Filename)
}
lg, p, e := log.InitLogger(conf)
if e != nil {
Expand Down

0 comments on commit 088ddd2

Please sign in to comment.