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

Serial output is affected by telnet debug level #62

Open
jeroenst opened this issue Nov 24, 2019 · 1 comment
Open

Serial output is affected by telnet debug level #62

jeroenst opened this issue Nov 24, 2019 · 1 comment

Comments

@jeroenst
Copy link
Contributor

Describe the bug
By default serial only outputs the initial level (debug). When the debug level is changed through telnet the serial level is also changed.

To Reproduce
Steps to reproduce the behavior:

  1. Upload a project with remote debug
  2. Open serial console
  3. Login via telnet and change debug level and see how the output on the serial console is affected

Expected behavior
The serial console should not be affected by the telnet debug level. It should output all levels by default and it should be possible to change the level for serial logging it in code.

Screenshots
If applicable, add screenshots to help explain your problem.

Arduino Information:

  • OS: Linux Mint 19.2
  • IDE Arduino IDE
  • IDE 1.8.10
  • Board ESP8266

Additional context
None.

@tablatronix
Copy link

This is a feature request not a bug, it is clearly described that serial output is a mirror, so this is expected behavior atm.

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