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:
Upload a project with remote debug
Open serial console
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.
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:
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:
Additional context None.