ekko: Add WithLogFilters option

This commit is contained in:
2024-10-12 11:39:16 -07:00
parent 4367ef9c29
commit ddb56b3566
2 changed files with 9 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ func (ek *Ekko) setup(ctx context.Context) (*echo.Echo, error) {
e.Use(slogecho.NewWithConfig(log,
slogecho.Config{
WithTraceID: false, // done by logger already
Filters: ek.logFilters,
},
))