Skip to content

Commit

Permalink
testnet: reduce log length significantly, by not logging the config
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc authored and mgmeier committed May 8, 2024
1 parent a1f098f commit 31828ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cardano-testnet/src/Testnet/Process/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import Hedgehog (MonadTest)
import Hedgehog.Extras.Internal.Plan (Component (..), Plan (..))
import qualified Hedgehog.Extras.Stock.IO.Network.Sprocket as IO
import qualified Hedgehog.Extras.Stock.OS as OS
import Hedgehog.Extras.Test.Base
import Hedgehog.Extras.Test.Process (ExecConfig)
import qualified Hedgehog.Extras.Test.Process as H
import qualified Hedgehog.Internal.Property as H
Expand Down Expand Up @@ -163,7 +162,7 @@ mkExecConfig :: ()
mkExecConfig tempBaseAbsPath sprocket networkId = do
env' <- H.evalIO IO.getEnvironment

noteShow H.ExecConfig
return H.ExecConfig
{ H.execConfigEnv = Last $ Just $
[ ("CARDANO_NODE_SOCKET_PATH", IO.sprocketArgumentName sprocket)
, ("CARDANO_NODE_NETWORK_ID", show networkId)
Expand Down

0 comments on commit 31828ef

Please sign in to comment.