Log Paths
From $THORG_WORKSPACE/.thorg/tmp/logs
Go to text →
Description
Directory where the main logs for this Thorg workspace are stored.
Contains date-based log files from both the server and the client.
File format
From File Format of Log Files
Go to text →
Format
<log_type>.<UTC_DATE>.log
# If the logs are rotated within the same date there will be rotation suffix
<log_type>.<UTC_DATE>.log.[ROTATION_SUFFIX_NUMBER]
Example
vsc_client.2025_11_12.log
vsc_client.2025_11_12.log.1
From $HOME/.thorg/not-under-scm/logs
Go to text →
This directory contains pre-startup logs and backup logs. The main log location for the running Thorg instance is under the workspace at $THORG_WORKSPACE/.thorg/tmp/logs.
Format of logs
From File Format of Log Files
Go to text →
Format
<log_type>.<UTC_DATE>.log
# If the logs are rotated within the same date there will be rotation suffix
<log_type>.<UTC_DATE>.log.[ROTATION_SUFFIX_NUMBER]
Example
vsc_client.2025_11_12.log
vsc_client.2025_11_12.log.1
From Log Back up File When We Fail to Log
Go to text →
File in $HOME/.thorg/not-under-scm/logs for storing logging failures.
See anchor point for the file path.
Children