Skip to content

Commit

Permalink
CAD-1859 bench: tune logging for log volume reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Oct 26, 2020
1 parent a83a6ad commit 953a41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion globals-bench-txgen-simple.nix
Expand Up @@ -83,6 +83,7 @@ let
options = {
mapBackends = {
"cardano.node-metrics" = [ "KatipBK" ];
"cardano.node.metrics" = [ "KatipBK" ];
};
};
};
Expand Down Expand Up @@ -144,7 +145,7 @@ in reportDeployment (rec {
(recursiveUpdate
(benchmarkingLogConfig "node")
({
TracingVerbosity = "MaximalVerbosity";
TracingVerbosity = "NormalVerbosity";
minSeverity = "Debug";
TurnOnLogMetrics = true;
TraceMempool = true;
Expand Down
2 changes: 1 addition & 1 deletion roles/tx-generator.nix
Expand Up @@ -105,7 +105,7 @@ in {
}; }
];
minSeverity = "Debug";
TracingVerbosity = "MaximalVerbosity";
TracingVerbosity = "NormalVerbosity";

TraceBlockFetchClient = true;
TraceBlockFetchDecisions = false;
Expand Down

0 comments on commit 953a41d

Please sign in to comment.