using ESP idf5 , I updated a project from idf4 and now its too verbose
how do I set teh default verbose level ?
I used these functions: they work on my code but what about the system verbose level ?
//esp_log_level_get(TAG)
//esp_log_level_set(TAG,lelvel)
after the start of a webserver on a pretition I get thos on console:
I (120687) UART: reboot_tx_task...
I (120687) MAIN: Monitoring...
D (126157) httpd: httpd_server: processing listen socket 54
D (126167) httpd: httpd_accept_conn: newfd = 57
D (126167) httpd_sess: httpd_sess_new: fd = 57
D (126167) httpd_sess: httpd_sess_new: active sockets: 1
D (126167) httpd: httpd_accept_conn: complete
D (126177) event: no handlers have been registered for event ESP_HTTP_SERVER_EVENT:2 posted to loop 0x3fcee474
D (126177) httpd: httpd_server: doing select maxfd+1 = 58
D (126187) httpd: httpd_process_session: processing socket 57
D (126197) httpd_sess: httpd_sess_process: httpd_req_new
D (126207) httpd_txrx: httpd_recv_with_opt: requested length = 128
D (126207) httpd_txrx: httpd_recv_with_opt: received length = 128
D (126217) httpd_parse: read_block: received HTTP request block size = 128
D (126217) httpd_parse: cb_url: message begin
D (126227) httpd_parse: cb_url: processing url = /api/v2/output/sensorstatus
D (126237) httpd_parse: verify_url: received URI = /api/v2/output/sensorstatus
D (126237) httpd_parse: cb_header_field: headers begin
D (126247) httpd_txrx: httpd_unrecv: length = 86
D (126247) httpd_parse: pause_parsing: paused
D (126257) httpd_parse: cb_header_field: processing field = Host
D (126257) httpd_txrx: httpd_recv_with_opt: requested length = 128
D (126267) httpd_txrx: httpd_recv_with_opt: pending length = 86
D (126277) httpd_parse: read_block: received HTTP request block size = 86
D (126277) httpd_parse: continue_parsing: skip pre-parsed data of size = 5
D (126287) httpd_parse: continue_parsing: un-paused
D (126287) httpd_parse: cb_header_value: processing value = 192.168.1.92
D (126297) httpd_parse: cb_header_field: processing field = User-Agent
D (126307) httpd_parse: cb_header_value: processing value = python-requests/2.28.2
D (126317) httpd_parse: cb_header_field: processing field = Accept-Encoding
D (126317) httpd_parse: cb_header_value: processing value = gzip, deflate
D (126327) httpd_parse: parse_block: parsed block size = 86
D (126337) httpd_txrx: httpd_recv_with_opt: requested length = 128
D (126337) httpd_txrx: httpd_recv_with_opt: received length = 41
D (126347) httpd_parse: read_block: received HTTP request block size = 41
D (126347) httpd_parse: cb_header_value: processing value =
D (126357) httpd_parse: cb_header_field: processing field = Accept
D (126367) httpd_parse: cb_header_value: processing value = */*
D (126367) httpd_parse: cb_header_field: processing field = Connection
D (126377) httpd_parse: cb_header_value: processing value = keep-alive
D (126387) httpd_parse: cb_headers_complete: bytes read = 170
D (126387) httpd_parse: cb_headers_complete: content length = 0
D (126397) event: no handlers have been registered for event ESP_HTTP_SERVER_EVENT:3 posted to loop 0x3fcee474
D (126397) httpd_parse: pause_parsing: paused
D (126407) httpd_parse: cb_no_body: message complete
D (126417) httpd_parse: httpd_parse_req: parsing complete
D (126417) httpd_txrx: httpd_send_all: sent = 70
D (126427) httpd_txrx: httpd_send_all: sent = 2
D (126427) event: no handlers have been registered for event ESP_HTTP_SERVER_EVENT:4 posted to loop 0x3fcee474
D (126427) httpd_txrx: httpd_send_all: sent = 216
D (126447) event: no handlers have been registered for event ESP_HTTP_SERVER_EVENT:6 posted to loop 0x3fcee474
D (126447) httpd_sess: httpd_sess_process: httpd_req_delete
D (126457) httpd_sess: httpd_sess_process: success
D (126467) httpd: httpd_server: doing select maxfd+1 = 58
D (126777) httpd: httpd_process_session: processing socket 57
D (126777) httpd_sess: httpd_sess_process: httpd_req_new
D (126777) httpd_txrx: httpd_recv_with_opt: requested length = 128
D (126777) httpd_txrx: httpd_recv_with_opt: received length = 0
D (126787) httpd_parse: read_block: connection closed
D (126797) httpd_sess: httpd_sess_delete: fd = 57
D (126797) httpd_sess: httpd_sess_delete: active sockets: 0
D (126797) event: no handlers have been registered for event ESP_HTTP_SERVER_EVENT:7 posted to loop 0x3fcee474
D (126807) httpd: httpd_server: doing select maxfd+1 = 56
I (150687) UART: reboot_tx_task...
this also happens in nvis,wifi ...
how to set system verbose level ?
-
- Posts: 1
- Joined: Fri Apr 14, 2023 10:46 am
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: Corand, Google [Bot], sirOwlBeak and 106 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.