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

Relay can't log to a file #1123

Closed
christophermaier opened this issue Nov 3, 2016 · 0 comments · Fixed by operable/go-relay#57
Closed

Relay can't log to a file #1123

christophermaier opened this issue Nov 3, 2016 · 0 comments · Fixed by operable/go-relay#57
Assignees
Labels
Milestone

Comments

@christophermaier
Copy link
Collaborator

Relay tries to open a file for logging, but it opens in read-only mode. Furthermore, it crashes if the file doesn't already exist.

Relay should create the file if it doesn't exist (but only the file, not any directories that may be missing), and open it with write permissions. Additionally, it should not truncate on opening.

@christophermaier christophermaier added this to the Cog 0.17 milestone Nov 3, 2016
@christophermaier christophermaier self-assigned this Nov 3, 2016
christophermaier added a commit to operable/go-relay that referenced this issue Nov 4, 2016
christophermaier added a commit to operable/go-relay that referenced this issue Nov 4, 2016
@kevsmith kevsmith modified the milestones: Cog 0.17, Cog 0.16.1 Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants