Closed
Description
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.