Configs/Factory/ccf_core.json

{
    "Logging": {
        "DefaultPath": null,
        "MaxFileSizeMB": 10,
        "RetentionDays": 30,
        "MaxRollingFiles": 5,
        "DefaultLevel": "INFO",
        "EnableJson": true,
        "EnableCompression": false
    },
    "Parallel": {
        "DefaultMaxThreads": 4,
        "DefaultRetryCount": 1
    }
}