We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The second user who tries to run redun console will get a permission denied failure trying to open the logfile.
redun console
Perhaps it should log to current directory rather than /tmp? Happy to make a PR for this.
/tmp
https://github.com/insitro/redun/blob/main/redun/console/utils.py#L13
The text was updated successfully, but these errors were encountered:
Log to current directory to avoid logfiles produced by other users
71e40fe
Fixes insitro#109
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: