feat:[TS-3718]save slow log file one day one file

This commit is contained in:
wangmm0220 2024-08-02 17:11:32 +08:00
parent f5e35549d7
commit 0b663dbccc
1 changed files with 0 additions and 1 deletions

View File

@ -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);