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

The opening bracket is missing when you switch off log level display #89

Open
karol-brejna-i opened this issue May 27, 2023 · 0 comments

Comments

@karol-brejna-i
Copy link

Describe the bug
When showing the log level is disabled, the opening bracket of the logged message is missing (see below).

What we get after disabling the showing of the log level:

* Debug: Command received: l
* Show debug level: On
(I p:^2001ms) (loop)(C1) * ąćęłńóśźżÂ
(I p:^2001ms) (loop)(C1) * ąćęłńóśźżÂ
l
* Debug: Command received: l
* Show debug level: Off
 p:^2001ms) (loop)(C1) * ąćęłńóśźżÂ
 p:^2001ms) (loop)(C1) * ąćęłńóśźżÂ
 p:^2000ms) (loop)(C1) * ąćęłńóśźżÂ
 p:^2001ms) (loop)(C1) * ąćęłńóśźżÂ

Please, note, that the opening bracket is missing.

To Reproduce
Start some example app, connect with telnet, send 'l' command (disable log level).

Expected behavior
When log level display is off, the message should start with '(' still.

Arduino Information:

  • OS: Windows/WSL
  • IDE: VSCode + Platformio
  • Board: ESP32
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

1 participant