We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b534a commit 24a518cCopy full SHA for 24a518c
cardano-lib/default.nix
@@ -133,18 +133,14 @@ let
133
mkSubmitApiConfig = name: nodeConfig: (filterAttrs (k: v: v != null) {
134
GenesisHash = nodeConfig.ByronGenesisHash;
135
inherit (nodeConfig) RequiresNetworkMagic;
136
- TraceOptions = builtins.listToAttrs [
137
- { name = "";
138
- value = {
139
- backends = [
140
- "EKGBackend"
141
- "Stdout HumanFormatColoured"
142
- ];
143
- detail = "DNormal";
144
- severity = "Info";
145
- };
146
- }
147
+ TraceOptions."" = {
+ backends = [
+ "EKGBackend"
+ "Stdout HumanFormatColoured"
+ ];
+ detail = "DNormal";
+ severity = "Info";
+ };
148
})
149
// defaultExplorerLogConfig;
150
0 commit comments