Hi ,
I am working on elasticsearch v5.4.3 .
To check the working of snapshot , I have first registered the repo
` { "my_fs_backup" : { "type" : "fs", "settings" : { "compress" : "true", "chunk_size" : "10m", "location" : "/mount/backups/my_backup" } } }`
Debug logs were enabled in log4j2.properties with :
rootLogger.level = debug
But once the repository was created , no logs were registered in "elasticsearch.log" file ??
Any lead would be highly appreciable .
Thanks .