Improved log

This commit is contained in:
Luca Frosini 2024-03-22 15:50:05 +01:00
parent 1406bbfbcf
commit 42f96ee1bb
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public abstract class Record extends CKANPackage {
timeseriesFiles.remove(tsOut);
tsOut.delete();
}catch (Exception e) {
logger.error("Something went wrong generating {} timeseries from property {} of Record with GRSF UUID {}", getType(), key, grsfUUID);
logger.error("Something went wrong generating {} timeseries from property {} of Record with GRSF UUID {}\n{}", getType(), key, grsfUUID, e);
throw e;
}
}