From 50e91af941b50ff8db274b1acc9bc1f9069d982a Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sun, 28 Jun 2020 07:18:25 +0000 Subject: [PATCH] [TD-526] change sdb log --- .../tdenginedocs-cn/administrator/index.html | 2 +- src/common/inc/tglobal.h | 1 + src/common/src/tglobal.c | 13 ++++++++ src/mnode/src/mnodeSdb.c | 24 ++++++-------- src/wal/src/walMain.c | 31 ++++++++++--------- 5 files changed, 41 insertions(+), 30 deletions(-) diff --git a/documentation/tdenginedocs-cn/administrator/index.html b/documentation/tdenginedocs-cn/administrator/index.html index 553313505f..52d942479e 100644 --- a/documentation/tdenginedocs-cn/administrator/index.html +++ b/documentation/tdenginedocs-cn/administrator/index.html @@ -55,7 +55,7 @@
  • enableMonitor: 系统监测标志位,0:关闭,1:打开
  • logDir: 日志文件目录,缺省是/var/log/taos
  • numOfLogLines:日志文件的最大行数
  • -
  • debugFlag: 系统debug日志开关,131:仅错误和报警信息,135:所有
  • +
  • debugFlag: 系统debug日志开关,131:仅错误和报警信息,135:调试信息,151:非常详细的调试信息
  • 不同应用场景的数据往往具有不同的数据特征,比如保留天数、副本数、采集频次、记录大小、采集点的数量、压缩等都可完全不同。为获得在存储上的最高效率,TDengine提供如下存储相关的系统配置参数: