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
Add the following lines to sdkconfig.defaults (based on log config documentation here) and add a log::debug!("Debug log!") line in main() to test if debug logs are printed
your values that you put into sdkconfig are wrong. If you look at the offical docu, you should use the values like they are shown in the available options sections.
Bug description
Setting the values of
CONFIG_LOG_DEFAULT_LEVEL
andCONFIG_LOG_MAXIMUM_LEVEL
in sdkconfig.defaults appears to have no effect on the compiled project.To Reproduce
Steps to reproduce the behavior:
cargo generate esp-rs/esp-idf-template cargo
sdkconfig.defaults
(based on log config documentation here) and add alog::debug!("Debug log!")
line inmain()
to test if debug logs are printedcargo build
cargo espflash flash --monitor
Expected behavior
Expect to see the "Debug log!" message appear in the log file
Screenshots
Environment
The text was updated successfully, but these errors were encountered: