elastic / elasticsearch-cloud-aws

AWS Cloud Plugin for Elasticsearch
https://github.com/elastic/elasticsearch/tree/master/plugins/discovery-ec2
577 stars 181 forks source link

Debug level log activity about missing `site` directory #192

Closed eugenp closed 9 years ago

eugenp commented 9 years ago

I am seeing the following debug level message in my logs (multiple times):

[DEBUG][plugins                  ] [Goldeneye] [/opt/uptake/elasticsearch-1.4.4/plugins/cloud-aws/_site] directory does not exist.

I am using the latest (2.4.1) version of the plugin and I got no error/warning during installation. Am I missing something? Or is this a known issue? Thanks.

dadoonet commented 9 years ago

That's perfectly fine. It's a DEBUG message from the plugin manager.

eugenp commented 9 years ago

I fully agree that this is not a major problem. However, even being a small issue - would it make sense to fix it? The reason I say that is simply that, when you have your logs on DEBUG - this will continue to write that message into the log, continuously, every few seconds. And of course that makes the actual issue you might be trying to debug hard to spot between all that unnecessary logging. Again, not a major issue - I'm just thinking it might be a quick fix. Cheers, Eugen.

dadoonet commented 9 years ago

Never saw that It happens so often. IIRC that might happen if you call a _cat API. Will check this. If it's the case, we might change level to TRACE.

Whatever, it's an Elasticsearch core concerns and not related to this plugin.