You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpustack/docs/troubleshooting.md

963 B

Troubleshooting

View GPUStack Logs

If you installed GPUStack using the installation script, you can view GPUStack logs at the following path:

Linux or macOS

/var/log/gpustack.log

Windows

"$env:APPDATA\gpustack\log\gpustack.log"

Configure Log Level

You can enable the DEBUG log level for gpustack start by setting the --debug parameter.

You can configure log level of the GPUStack server at runtime by running the following command on the server node:

curl -X PUT http://localhost/debug/log_level -d "debug"

The same applies to GPUStack workers:

curl -X PUT http://localhost:10150/debug/log_level -d "debug"

The available log levels are:trace, debug, info, warning, error, critical.

Reset Admin Password

In case you forgot the admin password, you can reset it by running the following command on the server node:

gpustack reset-admin-password