Log Files

User Guide (Latest)

NVIDIA AI Workbench creates log files that you can use to debug issues, and to understand the state of your applications. There are log files for the AI Workbench desktop application, service, CLI, and for applications that you use with AI Workbench, such as JupyterLab. Some log file content appears in the desktop application so that you can monitor your projects while they are running.

To access server and app log files from the AI Workbench desktop application, do the following:

  1. In the status bar, click Output. The output pane opens.

  2. In the drop-down, select Service or the name of an app, such as JupyterLab. The log file appears in the output pane.

For local locations, all log files are on the local computer. For remote locations, the server and app log files are on the remote computer, and the desktop application and CLI log files are on your local machine.

To access log files manually, find them in the following locations.

Important

On Windows, to access the server, CLI, and application log files, use WSL. Open the WSL app by searching for WSL in your app list, or by entering wsl -d NVIDIA-Workbench in a command window.

Desktop application log files C:\Users\<username>\AppData\Local\NVIDIA Corporation\AI Workbench\logs\main.log
Server log files /home/workbench/.nvwb/logs/workbench.log
CLI log files /home/workbench/.nvwb/logs/nvwb.log
Application log files /home/workbench/.nvwb/project-runtime-info/<project-name-and-hash>/<app name>_start.log
Important

For remote locations, SSH into the computer to view the log files.

Desktop application log files /home/<username>/.config/NVIDIA/AI Workbench/main.log
Server log files /home/<username>/.nvwb/logs/workbench.log
CLI log files /home/<username>/.nvwb/logs/nvwb.log
Application log files /home/<username>/.nvwb/project-runtime-info/<project-name-and-hash>/<app name>_start.log
Desktop application log files /Users/<username>/Library/Application Support/NVIDIA/AI Workbench/logs/main.log
Server log files /Users/<username>/.nvwb/logs/workbench.log
CLI log files /Users/<username>/.nvwb/logs/nvwb.log
Application log files /Users/<username>/.nvwb/project-runtime-info/<project-name-and-hash>/<app name>_start.log

Previous Troubleshoot AI Workbench
© Copyright © 2024, NVIDIA Corporation. Last updated on Jun 10, 2024.