-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Logging Directory <> Working Directory #189
Comments
Need to add a new user configurable cli flag / config file option. |
--log=1 = current behavior - log to the script directory - same as --debug Given |
This is fixed in v0.9.0 still in development - see branch. |
v0.9.0 has been released. |
I use px-proxy on Linux. Awesome tool by the way ;-). I've installed the python package and configured a systemd service unit with
systemctl edit --full --force --user px.service
because I want to use it in my user space only. So I generated the config file and configured the service as follows:After setting debug to 1 I got an error. The program wanted to log into
/usr/local/bin/
where the script file is located. That is not exactly whatpy --help
says. It works only in combination with--uniqlog
as expected.The text was updated successfully, but these errors were encountered: