debug: continuous output on serial while mg_log_set(MG_LL_NONE); #2438
-
Hi, http-server works, but mqtt don´t. While looking what mongooses debug says about that, I can´t see anything couse serial output is filled with continuous HEX. I set mg_log_set to MG_LL_NONE so there should be no output at all. My setting is: ` mg_log_set_fn([](char ch, void *)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If there is hex in your log, then find where mg_hexdump is called and comment it out |
Beta Was this translation helpful? Give feedback.
If there is hex in your log, then find where mg_hexdump is called and comment it out
Please follow the guidelines in the documentation, examples and tutorials available.