mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Stop logging date/time
In preparation for systemd configuration. Modern programs are supervised by systemd. Systemd journal has it's own timestamping, so we don't need another one.
This commit is contained in:
parent
ced5fd1a66
commit
bbcbca2d4e
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
log.SetFlags(0)
|
||||
|
||||
var cpuprofile = flag.String("cpuprofile", "", "write CPU profile to file")
|
||||
var listen = flag.String("listen", ":8000", "listen address")
|
||||
var path = flag.String("path", "/tmp/restic", "data directory")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue