tiny bug fix

This commit is contained in:
hdt3213
2021-07-16 13:08:26 +08:00
parent 2a290e1251
commit 5736345f0d

View File

@@ -35,7 +35,7 @@ func main() {
logger.Setup(&logger.Settings{ logger.Setup(&logger.Settings{
Path: "logs", Path: "logs",
Name: "godis", Name: "godis",
Ext: ".log", Ext: "log",
TimeFormat: "2006-01-02", TimeFormat: "2006-01-02",
}) })
configFilename := os.Getenv("CONFIG") configFilename := os.Getenv("CONFIG")