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{
|
Device: &types.Device{
|
||||||
DeviceID: uuid.NewV4().String(),
|
DeviceID: uuid.NewV4().String(),
|
||||||
DeviceName: hostname,
|
DeviceName: hostname,
|
||||||
Logfile: "/var/log/flucky/logfile.json",
|
Logfile: "/var/log/flucky/logfile.csv",
|
||||||
CreationDate: time.Now(),
|
CreationDate: time.Now(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user