How to reduce wifi verbosity?

eyaleb
Posts: 31
Joined: Sun May 14, 2017 6:54 am

How to reduce wifi verbosity?

Postby eyaleb » Sat May 20, 2017 4:40 am

I reduced logging in sdkconfig to ERROR level, and pulled GPIO15 low. Most of the messages are gone except for some wifi messages:

Code: Select all

I (1079) wifi: wifi firmware version: 8a1ad86
I (1079) wifi: config NVS flash: enabled
I (1079) wifi: config nano formating: disabled
I (1089) wifi: Init dynamic tx buffer num: 32
I (1089) wifi: Init dynamic rx buffer num: 32
I (1089) wifi: wifi driver task: 3ffbde5c, prio:23, stack:4096
I (1089) wifi: Init static rx buffer num: 10
I (1099) wifi: Init dynamic rx buffer num: 32
I (1099) wifi: Init rx ampdu len mblock:7
I (1109) wifi: Init lldesc rx ampdu entry mblock:4
I (1109) wifi: wifi power manager task: 0x3ffc3224 prio: 21 stack: 2560
I (1119) wifi: wifi timer task: 3ffc42a4, prio:22, stack:3584
I (1129) wifi: mode : sta (30:ae:a4:05:61:6c)
I (1249) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1
I (1909) wifi: state: init -> auth (b0)
I (1909) wifi: state: auth -> assoc (0)
I (1919) wifi: state: assoc -> run (10)
I (1929) wifi: connected with eyal, channel 1
Is there a way to turn these off? I thought I saw a similar request but could not find it now (I did search...).

My project is here https://github.com/makehackvoid/ESP8266 ... 32/idf/udp

ESP_igrr
Posts: 2067
Joined: Tue Dec 01, 2015 8:37 am

Re: How to reduce wifi verbosity?

Postby ESP_igrr » Sat May 20, 2017 4:42 am

Code: Select all

esp_log_level_set("*", ESP_LOG_ERROR);

Who is online

Users browsing this forum: No registered users and 139 guests