fix(pkg/logfile): read and write logfiles from json with measured value interface
This commit is contained in:
		| @@ -33,7 +33,7 @@ func Start(cnf *config.Configuration, cleanCacheInterval time.Duration, compress | ||||
| 	ctx := context.Background() | ||||
| 	childContext, cancel := context.WithCancel(ctx) | ||||
|  | ||||
| 	logfile := logfile.New(cnf) | ||||
| 	logfile := logfile.New(cnf.Device.TemperatureLogfile) | ||||
|  | ||||
| 	measuredValuesCache := make([]types.MeasuredValue, 0) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user