You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git: master branch - as of 1/19/2019
I just noticed that the Webserver library is the only lib that's still using DEBUG_ESP_HTTP_SERVER, requiring the extra flag to be added when compiling. All others use log_d() libraries/WebServer/WebServer.cpp
Not sure if it was just missed or intentionally left that way. Either way, thought I would bring it to attention.
Thank you ALL for all you do!
The text was updated successfully, but these errors were encountered:
* Webserver fix logging (#1)
* Change logging to use esp32-hal-log.h
fixes#2355
* adjust log parameter output positions, reduce lines
The DEBUG_ESP method used less lines than I originally set `log_v` to use when displaying the details of the received params ("@" and "=" indexes, and File info on a single line)
Git: master branch - as of 1/19/2019
I just noticed that the Webserver library is the only lib that's still using
DEBUG_ESP_HTTP_SERVER
, requiring the extra flag to be added when compiling. All others uselog_d()
libraries/WebServer/WebServer.cpp
Not sure if it was just missed or intentionally left that way. Either way, thought I would bring it to attention.
Thank you ALL for all you do!
The text was updated successfully, but these errors were encountered: