Skip to content

Commit

Permalink
Added 'Enable LibRealSense Log' section to troubleshooting.md. Tracke…
Browse files Browse the repository at this point in the history
…d On: DSO-4873
  • Loading branch information
icarpis committed Apr 24, 2017
1 parent de7585e commit 19de59f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
$ uname -r
```

## Enable LibRealSense Log
- In order to change the log level of LibRealSense logger, you need to set a local variable named LRS_LOG_LEVEL and initialize it with the desirable log level

On Linux:
```bash
$ export LRS_LOG_LEVEL="<Log Level>"
```
On Windows:
```bash
$ set LRS_LOG_LEVEL="<Log Level>"
```
- A LibRealSense log will be created even an application didn't activate LibRealSense logger.

## Connected Intel Cameras
- List of all connected Intel cameras
```bash
Expand Down

0 comments on commit 19de59f

Please sign in to comment.