You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is now a logging service across all Code processes. Unfortunately there aren't a lot of log statements currently, so you won't see much in the log files yet.
Use the Logs: Show Logs... global command to see the logs
Use the Logs: Open Logs Folder to show the folder where the logs are placed. It will show you the folder of the current log session. There should be previous sessions next to the current one.
Control the log level using the --log [info|error|...] cli flag. This should control the level across all processes.
Make sure the old --verbose behaviour still works as before
Make sure there's never more than 10 logging sessions on disk (Code will clean those folders up 10 seconds after startup). There's a new logging session per main process execution.
The text was updated successfully, but these errors were encountered:
Tests #3157
Complexity: 3
There is now a logging service across all Code processes. Unfortunately there aren't a lot of log statements currently, so you won't see much in the log files yet.
Logs: Show Logs...
global command to see the logsLogs: Open Logs Folder
to show the folder where the logs are placed. It will show you the folder of the current log session. There should be previous sessions next to the current one.Logs: Set Log Level
to change the log level of the current renderer (Allow to change the log level of all log services at runtime #39574)--log [info|error|...]
cli flag. This should control the level across all processes.--verbose
behaviour still works as beforeThe text was updated successfully, but these errors were encountered: