log: Remove redundant definition of LOG_LOCAL_LEVEL

After adding a maximum setting, the default value of LOG_LOCAL_LEVEL
will be CONFIG_LOG_MAXIMUM_LEVEL not CONFIG_LOG_DEFAULT_LEVEL
This commit is contained in:
Angus Gratton
2021-03-11 20:14:23 +11:00
parent 469c137c83
commit 6e80811ca2
7 changed files with 0 additions and 7 deletions

View File

@@ -34,7 +34,6 @@
#define ESP_GCOV_DOWN_BUF_SIZE 4200 #define ESP_GCOV_DOWN_BUF_SIZE 4200
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "esp_gcov_rtio"; const static char *TAG = "esp_gcov_rtio";

View File

@@ -27,7 +27,6 @@
#if CONFIG_APPTRACE_ENABLE #if CONFIG_APPTRACE_ENABLE
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "esp_host_file_io"; const static char *TAG = "esp_host_file_io";

View File

@@ -32,7 +32,6 @@
This entry is used by OpenOCD code to invoke other stub entries and allocate memory for them. This entry is used by OpenOCD code to invoke other stub entries and allocate memory for them.
*/ */
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "esp_dbg_stubs"; const static char *TAG = "esp_dbg_stubs";

View File

@@ -18,7 +18,6 @@
#if CONFIG_COMPILER_STACK_CHECK #if CONFIG_COMPILER_STACK_CHECK
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "stack_chk"; const static char *TAG = "stack_chk";

View File

@@ -31,7 +31,6 @@
#include "pthread_internal.h" #include "pthread_internal.h"
#include "esp_pthread.h" #include "esp_pthread.h"
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "pthread"; const static char *TAG = "pthread";

View File

@@ -30,7 +30,6 @@
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/time.h> #include <sys/time.h>
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "esp_pthread"; const static char *TAG = "esp_pthread";

View File

@@ -8,7 +8,6 @@
#if __GTHREADS && __GTHREADS_CXX0X #if __GTHREADS && __GTHREADS_CXX0X
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h" #include "esp_log.h"
const static char *TAG = "pthread_test"; const static char *TAG = "pthread_test";