From 5f70e7bae0979c985d132ba953841af86f85c213 Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Fri, 22 Nov 2024 12:15:37 -0500 Subject: [PATCH] Use JSON logs during Antithesis runs (#3562) --- tests/antithesis/compose.go | 1 + 1 file changed, 1 insertion(+) 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,