-
Notifications
You must be signed in to change notification settings - Fork 68
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
get errors if debug is enabled #62
Comments
/var/log |
going to rebuild all the images again soon and they've all been updated now |
Testing version 4.4.3-nosql: If i do the following manually, debug works: Am i doing something wrong? |
The dir should get made by the build. I'll Look at why it's missing and do a rebuild |
i've changed the build process to create the dir during container build instead of from the entrypoint. building new images now so this should fix it |
I have version 4.4.2 running, but having problems to stream to an ios subsonic-client. (avsub, get music data and pictures but when i hit play nothing happens)
To check this problem, i have set debug = "true" in the config, but then i get errors "unable to write to log..." because the default path in the config is set to /var/log/ampache but there is no such path in the container !
I have checked the Dockerfile and in particular the file docker_entrypoint.sh:
The path /var/logs doesnt exist, the correct path should be /var/log/ampache, or am i wrong?
Please help
The text was updated successfully, but these errors were encountered: