Skip to content

Commit de04715

Browse files
committed
fix: keep logs for test debugging
1 parent dabf147 commit de04715

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/containers/geth.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ func NewGethContainer(ctx context.Context) (*GethContainer, error) {
4646
"--cache.blocklogs", "1024",
4747
"--datadir", dataDir,
4848
},
49-
// uncomment to print container logs to stdout
5049
LogConsumerCfg: &testcontainers.LogConsumerConfig{
5150
Opts: []testcontainers.LogProductionOption{
5251
testcontainers.WithLogProductionTimeout(10 * time.Second),

0 commit comments

Comments
 (0)