thorg.logs.capture.combined.recent - Command To capture Recent logs
Command to capture recent Thorg logs by combining multiple log files into a single file based on a date range.
Use case: Instead of getting Thorg logs manually, use this command to simplify log gathering.
This command prompts you for a time range and gathers logs from multiple files (pre-init, client, and server) based on your specified range.
Note: If your issue is reproducible, we recommend enabling DEBUG level logging in thorg.advancedConfig.logLevel - VSCode Config.
How to use
- Open the command palette
- Type Capture combined logs and select Thorg/Logs: Capture Combined Logs (Recent)
- Choose the date range from the quick pick menu
- Example if the issue happened at activation time you only need to gather the logs since activation (first option).
- Wait for the log gathering report showing the combined log file location
Backlinks