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:
Brad Miller
2014-05-30 10:08:29 -04:00
parent 5d21444c42
commit bf7ef4376c
11 changed files with 54 additions and 46 deletions

View File

@@ -8,7 +8,7 @@
#include "NetworkCommunication/JaguarCANDriver.h"
// set the logging level
TLogLevel canJNILogLevel = logDEBUG;
TLogLevel canJNILogLevel = logWARNING;
#define CANJNI_LOG(level) \
if (level > canJNILogLevel) ; \