ESP_LOGx arduino

BORISBRITWA
Posts: 9
Joined: Thu May 03, 2018 10:43 am

ESP_LOGx arduino

Postby BORISBRITWA » Fri Feb 15, 2019 3:48 pm

installed a new arduino 1.8.8 \and esp32 sdk (https://dl.espressif.com/dl/package_esp32_index.json)

in sdkconfig
CONFIG_LOG_DEFAULT_LEVEL 1 to 5

in the arduino
Core Debug Level :VERBOSE

in the project:
setup() {
esp_log_level_set("*", ESP_LOG_VERBOSE);
}

but when project https://github.com/lewisxhe/ESP32-Camera-Arduino is work i
can not see any debug info only at startup standart esp32 boot logs.

in old arduino 1.6.5 i use this article https://github.com/espressif/arduino-esp32/issues/565 and it helped.
but now :evil:

also tried in sdkconfig:
CONFIG_LOG_DEFAULT_LEVEL_NONE=
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y
CONFIG_LOG_DEFAULT_LEVEL_WARN=y
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y
CONFIG_LOG_DEFAULT_LEVEL_VERBOSE=y
CONFIG_LOG_DEFAULT_LEVEL=5

CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL=5
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_WARN=y
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_INFO=y
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_DEBUG=y
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_VERBOSE=y

NO LOGS from :evil:

Who is online

Users browsing this forum: PepeTheGreat and 60 guests