By default the log level for elastic search appears to be set at INFO.
I want to bump this to DEBUG. However, I don't have a configuration
directory with the logging.yml file to configure. Is there a setting I
can add programatically (e.g. - to the Builder settings) to change
this?
When embedded, elasticsearch does not configure logging, it uses whatever logging system you use (slf4j, log4, jul). You should configure logging however you like (and the logging component names will start with org.elasticsearch).
On Friday, April 22, 2011 at 6:44 AM, Bob wrote:
By default the log level for Elasticsearch appears to be set at INFO.
I want to bump this to DEBUG. However, I don't have a configuration
directory with the logging.yml file to configure. Is there a setting I
can add programatically (e.g. - to the Builder settings) to change
this?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.