소스 검색

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