Skip to main content

Diagnostic-Logs from the Client

The OBLV CLI Proxy store the logs locally on the client machine. Thses logs can be used for diagnostic purposes.

To fetch the logs, you can use the following command:

oblv logs fetch --to-location <path-to-save-logs>

In the command above, if a directory is specified, the logs will be saved in a .zip file with the name oblv_logs.zip. If path for a file is specified, the logs will be saved in the specified file.

Fetching the logs to a location
oblv logs fetch --to-location /home/user/oblv-logs.zip

You will get the logs in the file /home/user/oblv-logs.zip.

Fetching the logs to the current directory
oblv logs fetch --to-location /home/user/logs/

You will get the logs in the file /home/user/logs/oblv_logs.zip.