fix(cmd/root): use csv logfile as default

This commit is contained in:
Markus Pesch 2019-06-28 13:15:11 +02:00
parent 22815231d9
commit 572ad7fdde
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -37,7 +37,7 @@ var rootCmd = &cobra.Command{
Device: &types.Device{
DeviceID: uuid.NewV4().String(),
DeviceName: hostname,
Logfile: "/var/log/flucky/logfile.json",
Logfile: "/var/log/flucky/logfile.csv",
CreationDate: time.Now(),
},
}