From b4029c584ed8716a3f260f4bcfc05937afd04f03 Mon Sep 17 00:00:00 2001 From: Lukasz <120112546+lukaszcl@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:14:20 +0200 Subject: [PATCH] Do not log node config in E2E tests (#13666) --- integration-tests/docker/test_env/cl_node.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/docker/test_env/cl_node.go b/integration-tests/docker/test_env/cl_node.go index 6007e03406b..1de16c9c6c3 100644 --- a/integration-tests/docker/test_env/cl_node.go +++ b/integration-tests/docker/test_env/cl_node.go @@ -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,