Behaivior depends on LOG LEVEL
Posted: Fri Oct 20, 2017 8:51 pm
I have strange situation and most likely i do something wrong, but I can't understand where to search.
So, I have code with many ESP_LOGD macros for logging when development using LOG LEVEL DEBUG. I work on my code and after finishing I switch LOG LEVEL to INFO. And then code becomes working different... I cannot say that it works wrong, there are no errors. But when it's DEBUG log level - i get more info, particularly, I get more hosts in arp table, nevertheless I perform the same `etharp_request` before. It's current issue, but I have faced such thing before.
Please, let me any direction to understand.
Thanks!
So, I have code with many ESP_LOGD macros for logging when development using LOG LEVEL DEBUG. I work on my code and after finishing I switch LOG LEVEL to INFO. And then code becomes working different... I cannot say that it works wrong, there are no errors. But when it's DEBUG log level - i get more info, particularly, I get more hosts in arp table, nevertheless I perform the same `etharp_request` before. It's current issue, but I have faced such thing before.
Please, let me any direction to understand.
Thanks!