Skip to content

Commit

Permalink
tiny bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HDT3213 committed Jul 16, 2021
1 parent 2a290e1 commit 5736345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
logger.Setup(&logger.Settings{
Path: "logs",
Name: "godis",
Ext: ".log",
Ext: "log",
TimeFormat: "2006-01-02",
})
configFilename := os.Getenv("CONFIG")
Expand Down

0 comments on commit 5736345

Please sign in to comment.