Skip to content

Commit 117a0a6

Browse files
committed
Reenable logging for QC log files
This reverts commit 74fa85b.
1 parent 55d6a61 commit 117a0a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DATA/production/qc-sync/qc-global-epn.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
},
2424
"infologger": {
2525
"filterDiscardDebug": "true",
26-
"filterDiscardLevel": "1"
26+
"filterDiscardLevel": "1",
27+
"filterDiscardFile": "../../qc-_ID_.log",
28+
"filterRotateMaxBytes": "100000000",
29+
"filterRotateMaxFiles": "2",
2730
}
2831
}
2932
}

0 commit comments

Comments
 (0)