Page 1 of 1

Missing DEBUG Option for Weblog

Posted: 18 Apr 2024, 20:17
by Rampler
Hi Experts,
as described here:
https://espeasy.readthedocs.io/en/lates ... al-plugins
the normal collection should have the debug option, but it isnt.
NORMAL is the regular set of plugins, this is the base set of plugins, and with all secondary features enabled, like I2C multiplexer, RTTTL, DEBUG logging, etc.
Whats wrong ?

Re: Missing DEBUG Option for Weblog

Posted: 18 Apr 2024, 20:44
by Ath
What exact build have you installed?

Re: Missing DEBUG Option for Weblog

Posted: 18 Apr 2024, 20:52
by Rampler
ESP_Easy_mega_20240331_normal_ESP8266_4M1M
The Eastern Version ..

Re: Missing DEBUG Option for Weblog

Posted: 18 Apr 2024, 21:28
by Ath
The debug logging has been disabled for ESP8266 Normal builds for a couple of months.

What debug log would you want to see? As not much information in that log level is usable for non-developers :?

Re: Missing DEBUG Option for Weblog

Posted: 18 Apr 2024, 21:39
by Rampler
Ath wrote: 18 Apr 2024, 21:28 The debug logging has been disabled for ESP8266 Normal builds for a couple of months.
I didn't know that.. THANK YOU
Ath wrote: 18 Apr 2024, 21:28 What debug log would you want to see? As not much information in that log level is usable for non-developers :?
I use the Serial plugin.
It was useful to see what was sent or received.. to my board ..

Re: Missing DEBUG Option for Weblog

Posted: 18 Apr 2024, 22:26
by Ath
Rampler wrote: 18 Apr 2024, 21:39 I use the Serial plugin.
It was useful to see what was sent or received.. to my board ..
I assume that's the Serial Server plugin? P020/P044 (Serial Proxy P087 is not included in the Normal builds)
AFAICS, that plugin doesn't log the incoming data separately, but you can see most data logged at INFO level when it's sent to the Rules engine. But that's after any processing is done, not the raw incoming data.