Skip to content

Commit

Permalink
Remove tracing arguments from nix/cardano-node-service.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Jan 14, 2020
1 parent 390b821 commit 5c58e38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nix/nixos/cardano-node-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ let
"--signing-key ${cfg.signingKey}"}"
"${lib.optionalString (cfg.delegationCertificate != null)
"--delegation-certificate ${cfg.delegationCertificate}"}"
"--tracing-verbosity-${cfg.tracingVerbosity}"
"--trace-block-fetch-decisions"
"--trace-chain-db"
"--trace-mempool"
"--trace-forge"
] ++ cfg.extraArgs;
in ''
choice() { i=$1; shift; eval "echo \''${$((i + 1))}"; }
Expand Down

0 comments on commit 5c58e38

Please sign in to comment.