From b63724c4700f692fd5e642afc75df6a266dffda4 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 13 Nov 2025 08:33:07 +0100 Subject: [PATCH] remove unneccessary lines --- dlt-connector/log4js-config.json | 13 ------------- 1 file changed, 13 deletions(-) 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",