Troubleshooting Airsonic image

Hi,

(I’m sorry the tag selection is wrong, but it was not optional and there was no suitable tag for this)

How can I eanable debugging for the linuxserver/airsonic image as mentioned here: Manage Airsonic logs - Airsonic

I tried creating a application.properties file on /app/config (also directly /app and /config as well) with “logging.level.root=DEBUG”. But all i’m getting
in the log (docker-compose logs -f) is the INFO level messages.

My issue with a new Airsonic image (image: lscr.io/linuxserver/airsonic) is thet it finds no files from my /music folder. This folder is mounted on the host with NFS.

I have checked inside the container that the files are accessible by uid 1000 just fine so this is not a permission issue and the NFS mount it self is working.

All I get in the log when I scan the media folders is:

airsonic    | 2021-11-28 11:25:34.678  INFO --- o.a.p.s.MediaScannerService              : Starting to scan media library.
airsonic    | 2021-11-28 11:25:34.706  INFO --- o.a.p.s.MediaScannerService              : Scanned media library with 2 entries.
airsonic    | 2021-11-28 11:25:34.706  INFO --- o.a.p.s.MediaScannerService              : Marking non-present files.
airsonic    | 2021-11-28 11:25:34.707  INFO --- o.a.p.s.MediaScannerService              : Marking non-present artists.
airsonic    | 2021-11-28 11:25:34.708  INFO --- o.a.p.s.MediaScannerService              : Marking non-present albums.
airsonic    | 2021-11-28 11:25:34.709  INFO --- o.a.p.s.MediaScannerService              : Completed media library scan.
airsonic    | 2021-11-28 11:25:34.774  INFO --- o.a.p.service.PlaylistService            : Starting playlist import.
airsonic    | 2021-11-28 11:25:34.775  INFO --- o.a.p.service.PlaylistService            : Completed playlist import.

No songs or albums appear in the interface for admin user nor a regular user (and both have access enabled for the media folder

epte