sapfluxnet / sapfluxnetQC1

R package with functions related to sapfluxnet project
6 stars 0 forks source link

Logging at data load step generates large log files #12

Closed MalditoBarbudo closed 8 years ago

MalditoBarbudo commented 8 years ago

When loading a dataset with a large amount of NAs in it, every row with NA is logged as a warning, which results in large size log files. Working on a fix.

MalditoBarbudo commented 8 years ago

It only happens when loading from excel files (xlslx), as those are warnings from read_excel function.

MalditoBarbudo commented 8 years ago

Fixed. Now warnings in read_excel function are silent, but errors no. Warnings in this function are not critical, but they could be informative if anything goes wrong. Now we lose this info, but in exchange we exchange log files of 39.6 MB for log files of 128 KB in the test log.