You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues downloading artwork - the GUI just pops up with a random number error message - when I want to dig more into log files to get more context, the /var/log/ampache is always empty. I have checked that the log dir has write access for GUID 33 (www-data) - however logging is still not working. I have tried the latest and develop branch but I am still facing no log output - The docker logs does give me output but nothing relating to the ampache application itself. When I run lsof from inside the container I can see alot of permission issues - is this normal?
Issue with the log file resolved (Has to be in debug mode = true) to log out to the file - Still wondering if any of the permissions issues are any concern above?
I am having issues downloading artwork - the GUI just pops up with a random number error message - when I want to dig more into log files to get more context, the /var/log/ampache is always empty. I have checked that the log dir has write access for GUID 33 (www-data) - however logging is still not working. I have tried the latest and develop branch but I am still facing no log output - The docker logs does give me output but nothing relating to the ampache application itself. When I run lsof from inside the container I can see alot of permission issues - is this normal?
apache2 295 www-data 3 unknown /proc/295/fd/3 (readlink: Permission denied)
apache2 295 www-data 4 unknown /proc/295/fd/4 (readlink: Permission denied)
apache2 295 www-data 5 unknown /proc/295/fd/5 (readlink: Permission denied)
apache2 295 www-data 6 unknown /proc/295/fd/6 (readlink: Permission denied)
apache2 295 www-data 7 unknown /proc/295/fd/7 (readlink: Permission denied)
root@57702b94e9d9:/var/log# ls -la /var/log/ampache/
total 12
drwxr-xr-x 2 www-data www-data 4096 Dec 26 12:38 .
drwxr-xr-x 1 root root 4096 Dec 20 02:11 ..
The text was updated successfully, but these errors were encountered: