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

redun console logging to /tmp/redun.log` means only one user can run redun console on each host #109

Open
tesujimath opened this issue Jan 30, 2025 · 0 comments · May be fixed by #110
Open

Comments

@tesujimath
Copy link

The second user who tries to run redun console will get a permission denied failure trying to open the logfile.

Perhaps it should log to current directory rather than /tmp? Happy to make a PR for this.

https://github.com/insitro/redun/blob/main/redun/console/utils.py#L13

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

Successfully merging a pull request may close this issue.

1 participant