Skip to content

Commit 3a5e72a

Browse files
authored
Merge pull request #100 from IntersectMBO/submit_api_enable_new_tracing_system
feat(config): add TraceOptions to submit-api configs
2 parents 6e3f5b9 + 94ce6aa commit 3a5e72a

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

src/cardonnay_scripts/scripts/conway_fast/submit-api-config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,15 @@
107107
"scName": "stdout",
108108
"scRotation": null
109109
}
110-
]
110+
],
111+
"TraceOptions": {
112+
"": {
113+
"backends" : [
114+
"EKGBackend",
115+
"Stdout HumanFormatColoured"
116+
],
117+
"detail": "DNormal",
118+
"severity": "Info"
119+
}
120+
}
111121
}

src/cardonnay_scripts/scripts/conway_slow/submit-api-config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,15 @@
107107
"scName": "stdout",
108108
"scRotation": null
109109
}
110-
]
110+
],
111+
"TraceOptions": {
112+
"": {
113+
"backends" : [
114+
"EKGBackend",
115+
"Stdout HumanFormatColoured"
116+
],
117+
"detail": "DNormal",
118+
"severity": "Info"
119+
}
120+
}
111121
}

src/cardonnay_scripts/scripts/mainnet_fast/submit-api-config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,15 @@
107107
"scName": "stdout",
108108
"scRotation": null
109109
}
110-
]
110+
],
111+
"TraceOptions": {
112+
"": {
113+
"backends" : [
114+
"EKGBackend",
115+
"Stdout HumanFormatColoured"
116+
],
117+
"detail": "DNormal",
118+
"severity": "Info"
119+
}
120+
}
111121
}

0 commit comments

Comments
 (0)