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:
Zlatko Čalušić 2016-11-06 19:58:11 +01:00
parent ced5fd1a66
commit bbcbca2d4e

View file

@ -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")