Verbose/debug mode

Need help? Post your questions here.

Moderator: moderators

Verbose/debug mode

Postby ibot » Tue Feb 02, 2016 12:21 pm

Hello,

there is not that much output on
Code: Select all
pi@subsonicpi:/media/usb0 $ sudo tail -f /var/subsonic/subsonic.log
[2016-02-02 00:41:01,850] INFO MusicFolderDao - Created music folder /media/usb0
[2016-02-02 00:41:01,854] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Tue Feb 02 03:00:00 CET 2016
[2016-02-02 00:41:14,053] INFO MediaScannerService - Starting to scan media library.
[2016-02-02 00:41:14,523] INFO MediaScannerService - Scanned media library with 19 entries. ("old" files from sdcard folder /var/music)
[2016-02-02 00:41:14,524] INFO MediaScannerService - Marking non-present files.
[2016-02-02 00:41:14,529] INFO MediaScannerService - Marking non-present artists.
[2016-02-02 00:41:14,534] INFO MediaScannerService - Marking non-present albums.
[2016-02-02 00:41:14,542] INFO MediaScannerService - Completed media library scan.
[2016-02-02 00:41:16,203] INFO PlaylistService - Starting playlist import.
[2016-02-02 00:41:16,203] INFO PlaylistService - Completed playlist import.


is it possible to enable some kind of debug/verbose mode?
ibot
 
Posts: 13
Joined: Sat Jan 30, 2016 12:55 pm

Re: Verbose/debug mode

Postby frnx » Wed Feb 03, 2016 9:47 pm

I'd be interested in this too! The only thing I found that comes close is to alter the log4j.rootLogger property in the server startup command at the end of subsonic.sh :

Code: Select all
${JAVA} -Xmx...
    ...
    -Djava.awt.headless=true \
    -Dlog4j.rootLogger=INFO,A1 \
    ....


However it only displays debug messages from the web server, not Subsonic itself.
frnx
 
Posts: 44
Joined: Sun May 31, 2015 8:30 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 31 guests