diff --git a/Inc/LoggerInterface.h b/Inc/LoggerInterface.h index fe82fa7..0ae2e99 100644 --- a/Inc/LoggerInterface.h +++ b/Inc/LoggerInterface.h @@ -55,7 +55,7 @@ void LoggerPrintf( #ifndef LOGGER_LEVEL_TRACE -#define LOGGER_LEVEL_TRACE 1 +#define LOGGER_LEVEL_TRACE 0 #endif