Thanks!
So, would the call be something like this:

curl -XPUT localhost:9200/_cluster/settings -d '{ "persistent" : {
"logger.index.merge.scheduler" : "TRACE"} }'




On Thursday, October 9, 2014 11:51:59 AM UTC-4, Nikolas Everett wrote:
>
> You can do so with the "logger" prefix in the cluster update settings api:
>
> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#logger
>
> You'll have to know the names of the loggers you want to change though.  
> You can figure that out by looking around the Elasticsearch code or by 
> finding examples.
>
> Nik
>
> On Thu, Oct 9, 2014 at 11:42 AM, Marie Jacob <jacob...@gmail.com 
> <javascript:>> wrote:
>
>> Hi,
>> I was wondering about enabling logging for specific modules in ES. If I 
>> wanted to turn on TRACE logging to see the merges, is it possible to turn 
>> it on a live instance (without stopping ES, editing logging.yml and 
>> restarting)?
>>
>>
>> Thanks,
>> Marie.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "elasticsearch" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to elasticsearc...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/82590d7a-2fc8-4b14-ad1f-d80799f77da7%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/elasticsearch/82590d7a-2fc8-4b14-ad1f-d80799f77da7%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d28637cb-b64c-4ceb-b8a2-6db4a2846d04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to