Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ampache logging #132

Open
V1p3rACE opened this issue Dec 26, 2024 · 1 comment
Open

ampache logging #132

V1p3rACE opened this issue Dec 26, 2024 · 1 comment

Comments

@V1p3rACE
Copy link

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 ..

@V1p3rACE
Copy link
Author

V1p3rACE commented Jan 3, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant