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{
level: DebugLevel,
destinations: []Destination{
{
Type: File,
Config: map[string]string{
"path": "log/app.txt",
"maxSize": "500",
"maxBackups": "15",
"maxAge": "30",
},
},
{Type: Stdout},
},
contextKeys: []any{"userID", "requestID"},
}