Add a small debug log

This commit is contained in:
Boaz Leskes 2013-12-23 20:55:22 +01:00
parent 78bc1fcaee
commit db51ce214f

View file

@ -317,6 +317,7 @@ public class ESExporter extends AbstractLifecycleComponent<ESExporter> implement
}
private boolean checkAndUploadDashboard(String path) {
logger.debug("checking/uploading [{}]", path);
File dashboardFile = new File(path);
if (!dashboardFile.exists()) {
logger.warn("can't upload dashboard [{}] - file doesn't exist", path);