From 0b663dbcccc09722d8f626367a34528b11d4c941 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Fri, 2 Aug 2024 17:11:32 +0800 Subject: [PATCH] feat:[TS-3718]save slow log file one day one file --- source/util/src/tlog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/util/src/tlog.c b/source/util/src/tlog.c index 199e030d82..34893817b5 100644 --- a/source/util/src/tlog.c +++ b/source/util/src/tlog.c @@ -135,7 +135,6 @@ static int32_t taosPushLogBuffer(SLogBuff *pLogBuf, const char *msg, int32_t m static SLogBuff *taosLogBuffNew(int32_t bufSize); static void taosCloseLogByFd(TdFilePtr pFile); static int32_t taosInitNormalLog(const char *fn, int32_t maxFileNum); -static void backUpSlowLog(); static int32_t taosStartLog() { TdThreadAttr threadAttr; (void)taosThreadAttrInit(&threadAttr);