mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-10-27 21:22:18 +01:00
examples/mqtt: Use common transport for setting log severity
This commit is contained in:
committed by
Rocha Euripedes
parent
4471cd2158
commit
ad00d740f4
@@ -133,8 +133,7 @@ void app_main(void)
|
||||
|
||||
esp_log_level_set("*", ESP_LOG_INFO);
|
||||
esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE);
|
||||
esp_log_level_set("TRANSPORT_TCP", ESP_LOG_VERBOSE);
|
||||
esp_log_level_set("TRANSPORT_SSL", ESP_LOG_VERBOSE);
|
||||
esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE);
|
||||
esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE);
|
||||
esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user