Slots missed when logging to file

I noticed that this can remain as originally is:
“defaultBackends”: [
“KatipBK”
],
“defaultScribes”: [
[
“StdoutSK”,
“stdout”
]
],

But, for this part, try:

“setupScribes”: [
{
“scFormat”: “ScText”,
“scKind”: “DevNullSK”,
“scName”: “nooutput”,
“scRotation”: null
}
]

You won’t have output, but some metrics are going to be available if you activate the specific tracers.

Hope that helps,

Tapioca Pool

2 Likes