Skip to content

Relay can't log to a file #1123

Closed
operable/go-relay
#57
@christophermaier

Description

@christophermaier

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions