Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off Log messages #43

Closed
frios opened this issue Sep 18, 2023 · 1 comment
Closed

Turning off Log messages #43

frios opened this issue Sep 18, 2023 · 1 comment

Comments

@frios
Copy link

frios commented Sep 18, 2023

Any way to turn off the constant stream of log messages? I have used

esp_log_level_set("*", ESP_LOG_NONE);

but that only gets me to:

`D (57850985) chip[DMG]:

D (57850985) chip[DMG]:

I (57850995) chip[EM]:

D (57850995) chip[EM]:

D (57850996) chip[EM]:

D (57850997) chip[DMG]:

D (57850997) chip[DMG]:

D (57850998) chip[DMG]:`

I am trying to debug using some Serial.print statements and they just get lost in the constant serial output from the logging.

@Yacubane
Copy link
Owner

#37 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants