mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-31 03:56:22 +08:00
tiny bug fix
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user