Skip to content

Commit

Permalink
add instruction to enable debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jul 7, 2017
1 parent 16ed55c commit ca3069f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ The build can be achieved on Ubuntu platform with the Ubuntu SDK for Qt/QML. See
- `sudo make install`

The noson-app files will be placed in `/usr/local/bin` `/usr/local/lib` `/usr/local/share` `/usr/local/include`.

## Enabling debug output

Launch the *Noson* application from command line as follows.

- `noson-app --debug 2>&1 | tee noson.log`

Also that will write debug output into the file `noson.log`. **Please be carefull to not paste debug log on public area before cleaning it from any credentials**. Debugging registration of music services will log entered credentials. Otherwise *Noson* doesn't store your personal credentials. Only auth tokens are kept in the property file `~/.config/noson.janbar/noson.janbar.conf`.

0 comments on commit ca3069f

Please sign in to comment.