remoteagent.log not showing trace level logs
See original GitHub issue- Web Browser:
- Local OS: MacOS
- Remote OS: Linux
- Remote Architecture: x86
code-server --version
:3.7.4
It seems that remoteagent.log is no longer showing trace level logs with the latest version. I tried with code-server --verbose and also --log trace , and its still not there
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
remoteagent.log not showing trace level logs #2490 - GitHub
It seems that remoteagent.log is no longer showing trace level logs with the latest version. I tried with code-server --verbose and also --log ......
Read more >How to increase debug logging to investigate remote agent ...
This knowledge base article is intended to help in troubleshooting agent problems by increasing the logged information on the server and/or agent logs....
Read more >Logs of 'Trace' level aren't showing up in the execution.log
The execution.log files show logs of 'trace' level on one machine but not the other, which makes debugging impossible.
Read more >Configuring the server trace log - IBM
Turns off trace logging. logger.trace.level=DEBUG_MIN: Specifies the trace logging level. DEBUG_MIN: Records the least amount ...
Read more >C# Debug and Trace Logs Not Being Captured - Stack Overflow
NET6 Console app to test logging configurations. I'm not using appsettings.json - just building the logger as shown below.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should finally be fixed with 4.0.0. Both the server and browser are showing trace logs.
Might be fixed with
v3.8.0
!Just released a few minutes ago. https://github.com/cdr/code-server/releases/tag/v3.8.0