fix(cmd/root): use csv logfile as default
This commit is contained in:
parent
22815231d9
commit
572ad7fdde
@ -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(),
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user