diff --git a/tests/antithesis/compose.go b/tests/antithesis/compose.go index 3b25eb48d535..b1f00fa6cbe1 100644 --- a/tests/antithesis/compose.go +++ b/tests/antithesis/compose.go @@ -155,6 +155,7 @@ func newComposeProject(network *tmpnet.Network, nodeImageName string, workloadIm config.NetworkNameKey: constants.LocalName, config.LogLevelKey: logging.Debug.String(), config.LogDisplayLevelKey: logging.Trace.String(), + config.LogFormatKey: logging.JSONString, config.HTTPHostKey: "0.0.0.0", config.PublicIPKey: address, config.StakingTLSKeyContentKey: tlsKey,