The primary location for DevTest Solutions log files is determined by the DEVTEST_HOME environment variable.
If DEVTEST_HOME is not explicitly defined, the default locations are:
- Linux/macOS: ${HOME}/.devtest/
- Windows: %HOMEPATH%/.devtest/
Most of the DevTest log files are stored under the $(DEVTEST_HOME)/logs/ directory. Within this directory, logs are further organized into subfolders based on the specific DevTest component type.
Example: (set the DEVTEST_HOME environment variable to below)
DEVTEST_HOME=C:\Program Files\CA\DevTest
Started all DevTest server components and this is where the log files reside:

NOTE: Does not include the VS Catalog.
-------------------------------------------