diff --git a/dlt-connector/log4js-config.json b/dlt-connector/log4js-config.json index 8d865fa26..2956a0816 100644 --- a/dlt-connector/log4js-config.json +++ b/dlt-connector/log4js-config.json @@ -15,19 +15,6 @@ "fileNameSep" : "_", "numBackups" : 30 }, - "dlt.client.HieroClient": { - "type": "dateFile", - "filename": "../logs/dlt-connector/apiversion-%v.log", - "pattern": "yyyy-MM-dd", - "layout": - { - "type": "pattern", "pattern": "%d{ISO8601} %p %c [topicId=%X{topicId}] - %m" - }, - "compress": true, - "keepFileExt" : true, - "fileNameSep" : "_", - "numBackups" : 30 - }, "errorFile": { "type": "dateFile",