Page 1 of 1

Debugging levels changes after toggling higher level and back.

Posted: 02 Apr 2018, 14:14
by pwassink
Hi,

Might have found a little bug.

I have an esp32 for testing also on esp-easy, and have another mega node using global-sync / easy udp p2p.
i saw that there was a difference in how that displayed the incoming (udp messages) outside Temperature.
Checked the debug-level settings of the web interface i was using and put an freshly updated nodemcu / esp12E
running a fresh mega-20180402 normal 4Mb version on the same settings which did not give me that messages

Message example, containing measurement from another ESP in the shed, which also measures outside temp.

EVENT:Grond#Temperature=11.2

When the web-log-interface debuglevel was put on INFO setting the MEGA esp8266 did not display that message, the esp32 did,
but then i toggled the esp8266 Mega-running one up to the level: Debug-More and they appeared, including a lot of other detailed messages.
the strange thing was discovered when i toggled that debug-level setting back to INFO i still had the EVENT: messages in my web-log-screen.

Reboot did not change anything, it seems there is something altered in the message display filter or at least it displays other values
than before the setting changes to a higher level and was then toggled back to the INFO debug level.

I do love the changed logging, it is much more clear and easier to read when looking for specific info,
and hope i explained well enough what was happening, anyone capable of recreating this same behaviour ?

Peter

Re: Debugging levels changes after toggling higher level and back.

Posted: 03 Apr 2018, 07:37
by budman1758
Its best to put bug reports on Github. Easier for the Devs to find them there.
https://github.com/letscontrolit/ESPEasy

Re: Debugging levels changes after toggling higher level and back.

Posted: 04 Apr 2018, 10:34
by pwassink
You are right,

And it will probably end there, but it will be more reassuring for me, and a lot less load on development
if it has been confirmed by more users having these same symptoms ?

Re: Debugging levels changes after toggling higher level and back.

Posted: 04 Apr 2018, 11:59
by grovkillen
Yes, no problem with that approach :)