Skip to content

Commit

Permalink
Do not log node config in E2E tests (#13666)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl authored Jun 24, 2024
1 parent 91931c7 commit b4029c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/docker/test_env/cl_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ func (n *ClNode) containerStartOrRestart(restartDb bool) error {
Str("userEmail", n.UserEmail).
Str("userPassword", n.UserPassword).
Msg("Started Chainlink Node container")
nodeConfig, _ := n.GetNodeConfigStr()
n.l.Info().Str("containerName", n.ContainerName).Msgf("Chainlink Node config:\n%s", nodeConfig)
clClient, err := client.NewChainlinkClient(&client.ChainlinkConfig{
URL: clEndpoint,
Email: n.UserEmail,
Expand Down

0 comments on commit b4029c5

Please sign in to comment.