Skip to content

Commit

Permalink
Remove source paths from logs to avoid overly verbose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 15, 2024
1 parent 4b9b56b commit 428a872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ee/katc/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func newKatcTable(tableName string, cfg katcTableConfig, slogger *slog.Logger) (
k.slogger = slogger.With(
"table_name", tableName,
"table_type", cfg.SourceType,
"table_source_paths", cfg.SourcePaths,
)

return &k, columns
Expand Down

0 comments on commit 428a872

Please sign in to comment.