Disable Debug Logging

This commit is contained in:
2020-05-01 10:38:11 +02:00
parent e0ea192dda
commit 4e1fd13d73
+1 -1
View File
@@ -12,7 +12,7 @@ int main(int argc, char* argv[])
try try
{ {
Logging::OpenLog(); Logging::OpenLog();
Logging::SetLogMask(Logging::Severity::Debug); Logging::SetLogMask(Logging::Severity::Info);
/* error checking elided for brevity */ /* error checking elided for brevity */
int fd = ::open("/dev/null", O_WRONLY); int fd = ::open("/dev/null", O_WRONLY);