diff --git a/pkg/log/log_test.go b/pkg/log/log_test.go index 26c2815..bfdc9bc 100644 --- a/pkg/log/log_test.go +++ b/pkg/log/log_test.go @@ -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"}, }