mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Changed the default logging level to WARNING
This prevents excessive logging from the HAL. Put it back as needed Change-Id: I217f8bf20dd092dd6205444b08c98c9a7c3c83de
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "HAL/HAL.hpp"
|
||||
|
||||
// set the logging level
|
||||
TLogLevel halUtilLogLevel = logDEBUG;
|
||||
TLogLevel halUtilLogLevel = logWARNING;
|
||||
|
||||
#define HALUTIL_LOG(level) \
|
||||
if (level > halUtilLogLevel) ; \
|
||||
|
||||
Reference in New Issue
Block a user