mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +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:
@@ -7,7 +7,7 @@
|
||||
#include "HAL/Digital.hpp"
|
||||
|
||||
// set the logging level
|
||||
TLogLevel encoderJNILogLevel = logDEBUG;
|
||||
TLogLevel encoderJNILogLevel = logWARNING;
|
||||
|
||||
#define ENCODERJNI_LOG(level) \
|
||||
if (level > encoderJNILogLevel) ; \
|
||||
|
||||
Reference in New Issue
Block a user