Skip to content

Commit

Permalink
materialize-s3-iceberg: enable extended logging
Browse files Browse the repository at this point in the history
Turning on extending logging for materialize-s3-iceberg, since it is pretty
helpful to see those logs.
  • Loading branch information
williamhbaker committed Oct 21, 2024
1 parent 555ae05 commit 7c419fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions materialize-s3-iceberg/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ func (d driver) NewTransactor(ctx context.Context, open pm.Request_Open, _ *boil
SyncFrequency: interval.String(),
},
},
ExtendedLogging: true,
}

return &transactor{
Expand Down

0 comments on commit 7c419fa

Please sign in to comment.