Disable Debug Logging
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user