mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Add a small debug log
This commit is contained in:
parent
78bc1fcaee
commit
db51ce214f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue