We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabf147 commit de04715Copy full SHA for de04715
1 file changed
tests/containers/geth.go
@@ -46,7 +46,6 @@ func NewGethContainer(ctx context.Context) (*GethContainer, error) {
46
"--cache.blocklogs", "1024",
47
"--datadir", dataDir,
48
},
49
- // uncomment to print container logs to stdout
50
LogConsumerCfg: &testcontainers.LogConsumerConfig{
51
Opts: []testcontainers.LogProductionOption{
52
testcontainers.WithLogProductionTimeout(10 * time.Second),
0 commit comments