Skip to content

Commit

Permalink
Use JSON logs during Antithesis runs (#3562)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Nov 22, 2024
1 parent 5cf58be commit 5f70e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/antithesis/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5f70e7b

Please sign in to comment.