fix: logging module comments

This commit is contained in:
mayur.popli
2025-03-21 12:27:52 +05:30
parent 6faf6d35e4
commit 7894f673b1

View File

@@ -18,15 +18,7 @@ func TestLogFunctions(t *testing.T) {
testConfig := Config{ testConfig := Config{
level: DebugLevel, level: DebugLevel,
destinations: []Destination{ destinations: []Destination{
{ {Type: Stdout},
Type: File,
Config: map[string]string{
"path": "log/app.txt",
"maxSize": "500",
"maxBackups": "15",
"maxAge": "30",
},
},
}, },
contextKeys: []any{"userID", "requestID"}, contextKeys: []any{"userID", "requestID"},
} }