Skip to content
Snippets Groups Projects
Commit 7f203f37 authored by kbeyro's avatar kbeyro
Browse files

delete log

parent 593e1b08
No related branches found
No related tags found
1 merge request!210Fix dashboard issue
Pipeline #94347 passed
......@@ -70,8 +70,7 @@ public class DashboardServiceImpl implements DashboardService {
//filter not deployed application
applicationDeploymentCountPerName.entrySet().removeIf(app -> app.getValue() == 0);
log.warn("Start stamp {} / end stamp {}", startTimeStamp, endTimeStamp);
log.warn("Result: {}", appInstanceRepo.countAllDeployedSinceTime(startTimeStamp, endTimeStamp));
log.info("Start stamp {} / end stamp {}", startTimeStamp, endTimeStamp);
return DashboardView.builder()
.domainsCount(domainRepository.count())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment