mirror of
https://github.com/restic/rest-server.git
synced 2026-03-30 23:03:18 -07:00
The --log option accepts "-" as filename. This prevents rest-server from opening the log file, it simply writes to the STDOUT stream provided by the caller. **BREAKING** in case use really used "-" to specify a file named "-" you'll need to update your rest-server invocation to use "./-".