This commit is contained in:
parent
e6844640c2
commit
5126b7042e
1 changed files with 1 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ public class SignalFacadeV3 {
|
|||
|
||||
Path folderPath = Path.of(config.getLoadDir(),"tmp", userPackage.getUserId(), userPackage.getPackageName());
|
||||
File folder = folderPath.toFile();
|
||||
log.debug("searching for reports from: {}", folder.getAbsolutePath());
|
||||
|
||||
MonitoringReportListResponse.Reports reports = new MonitoringReportListResponse.Reports();
|
||||
if (folder.exists() && folder.isDirectory()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue