Skip to content

Commit

Permalink
Reduce logging min severity for hydra integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jul 1, 2020
1 parent a60c277 commit ca1edf0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nix/haskell.nix
Expand Up @@ -97,12 +97,7 @@ let

# cardano-node socket path becomes too long otherwise
unit.preCheck = lib.optionalString stdenv.isDarwin "export TMPDIR=/tmp";
integration.preCheck = lib.optionalString stdenv.isDarwin ''
export TMPDIR=/tmp
'' + ''
export CARDANO_WALLET_TRACING_MIN_SEVERITY=debug
export CARDANO_NODE_TRACING_MIN_SEVERITY=info
'';
integration.preCheck = lib.optionalString stdenv.isDarwin "export TMPDIR=/tmp";

# provide cardano-node & cardano-cli to tests
unit.build-tools = [ pkgs.cardano-node pkgs.cardano-cli ];
Expand Down

0 comments on commit ca1edf0

Please sign in to comment.