浏览代码

Disable Debug Logging

JDierkse 5 年之前
父节点
当前提交
4e1fd13d73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Application/AlarmServer.cc

+ 1 - 1
Application/AlarmServer.cc

@@ -12,7 +12,7 @@ int main(int argc, char* argv[])
 	try
 	{
 		Logging::OpenLog();
-		Logging::SetLogMask(Logging::Severity::Debug);
+		Logging::SetLogMask(Logging::Severity::Info);
 
 		/* error checking elided for brevity */
 		int fd = ::open("/dev/null", O_WRONLY);