From ca3069f2d5380a35bf090b712140646621b88ba7 Mon Sep 17 00:00:00 2001 From: janbar Date: Fri, 7 Jul 2017 22:46:50 +0200 Subject: [PATCH] add instruction to enable debug output --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8d797067..c2d994f1 100644 --- a/README.md +++ b/README.md @@ -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`.