fix(pkg/logfile): add compression

This commit is contained in:
2019-06-21 15:43:15 +02:00
parent f979e88a52
commit 3791723230
2 changed files with 4 additions and 2 deletions

View File

@ -66,8 +66,6 @@ func Start(cnf *config.Configuration, cleanCacheInterval time.Duration, compress
logger.Error("Can not turn on blue info light: %v", err)
}
//temperaturesLogfile,_ := temperatureLogfile.ReadTemperatures()
err = logfile.AppendTemperatures(temperatureLogfile, compression, temperatureCache)
if err != nil {