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
I'm not sure this is the right place to ask, but I cannot for the life of me get my log messages logged using log::debug! to display. I tried modifying my sdkconfig file as well as using the set_target_level() method, but to no avail.
Any clue ?
Thanks !
The text was updated successfully, but these errors were encountered:
What did you add to your sdkconfig file? Log level changes are in a specific format (output from menuconfig). See here: esp-rs/esp-idf-template#215 (comment)
Note: be careful increasing log verbosity globally, IIRC esp-idf logs a lot at debug level.
Hey guys,
Thanks for the awesome work !
I'm not sure this is the right place to ask, but I cannot for the life of me get my log messages logged using
log::debug!
to display. I tried modifying my sdkconfig file as well as using theset_target_level()
method, but to no avail.Any clue ?
Thanks !
The text was updated successfully, but these errors were encountered: