~zinigor/cardano-node/trunk

« back to all changes in this revision

Viewing changes to configuration/cardano/shelley_qa-config.json

  • Committer: Igor Zinovyev
  • Date: 2021-08-13 19:12:27 UTC
  • Revision ID: zinigor@gmail.com-20210813191227-stlnsj3mc5ypwn0c
Tags: upstream-1.27.0
ImportĀ upstreamĀ versionĀ 1.27.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "ApplicationName": "cardano-sl",
 
3
  "ApplicationVersion": 0,
 
4
  "ByronGenesisFile": "shelley_qa-byron-genesis.json",
 
5
  "ByronGenesisHash": "9325495d3ac7554d4bfaf2392cc3c74676d5add873d6ef8862d7562e660940bf",
 
6
  "LastKnownBlockVersion-Alt": 0,
 
7
  "LastKnownBlockVersion-Major": 2,
 
8
  "LastKnownBlockVersion-Minor": 0,
 
9
  "MaxKnownMajorProtocolVersion": 2,
 
10
  "PBftSignatureThreshold": 0.9,
 
11
  "Protocol": "Cardano",
 
12
  "RequiresNetworkMagic": "RequiresMagic",
 
13
  "ShelleyGenesisFile": "shelley_qa-shelley-genesis.json",
 
14
  "ShelleyGenesisHash": "85d1783750753deaa6560158eb85fcb30078ea32a36e12dd8af39168bc053d09",
 
15
  "TestShelleyHardForkAtEpoch": 2,
 
16
  "TraceBlockFetchClient": false,
 
17
  "TraceBlockFetchDecisions": false,
 
18
  "TraceBlockFetchProtocol": false,
 
19
  "TraceBlockFetchProtocolSerialised": false,
 
20
  "TraceBlockFetchServer": false,
 
21
  "TraceChainDb": true,
 
22
  "TraceChainSyncBlockServer": false,
 
23
  "TraceChainSyncClient": false,
 
24
  "TraceChainSyncHeaderServer": false,
 
25
  "TraceChainSyncProtocol": false,
 
26
  "TraceDNSResolver": true,
 
27
  "TraceDNSSubscription": true,
 
28
  "TraceErrorPolicy": true,
 
29
  "TraceForge": true,
 
30
  "TraceHandshake": false,
 
31
  "TraceIpSubscription": true,
 
32
  "TraceLocalChainSyncProtocol": false,
 
33
  "TraceLocalErrorPolicy": true,
 
34
  "TraceLocalHandshake": false,
 
35
  "TraceLocalTxSubmissionProtocol": false,
 
36
  "TraceLocalTxSubmissionServer": false,
 
37
  "TraceMempool": true,
 
38
  "TraceMux": false,
 
39
  "TraceTxInbound": false,
 
40
  "TraceTxOutbound": false,
 
41
  "TraceTxSubmissionProtocol": false,
 
42
  "TracingVerbosity": "NormalVerbosity",
 
43
  "TurnOnLogMetrics": true,
 
44
  "TurnOnLogging": true,
 
45
  "defaultBackends": [
 
46
    "KatipBK"
 
47
  ],
 
48
  "defaultScribes": [
 
49
    [
 
50
      "StdoutSK",
 
51
      "stdout"
 
52
    ]
 
53
  ],
 
54
  "hasEKG": 12788,
 
55
  "hasPrometheus": [
 
56
    "127.0.0.1",
 
57
    12798
 
58
  ],
 
59
  "minSeverity": "Debug",
 
60
  "options": {
 
61
    "mapBackends": {
 
62
      "cardano.node.metrics": [
 
63
        "EKGViewBK"
 
64
      ]
 
65
    },
 
66
    "mapSubtrace": {
 
67
      "cardano.node.metrics": {
 
68
        "subtrace": "Neutral"
 
69
      }
 
70
    }
 
71
  },
 
72
  "rotation": {
 
73
    "rpKeepFilesNum": 10,
 
74
    "rpLogLimitBytes": 5000000,
 
75
    "rpMaxAgeHours": 24
 
76
  },
 
77
  "setupBackends": [
 
78
    "KatipBK"
 
79
  ],
 
80
  "setupScribes": [
 
81
    {
 
82
      "scFormat": "ScText",
 
83
      "scKind": "StdoutSK",
 
84
      "scName": "stdout",
 
85
      "scRotation": null
 
86
    }
 
87
  ]
 
88
}