fix: logging module comments
This commit is contained in:
@@ -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"},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user