Hi Chunki, Having logs on the local disk is not a problem. You can use tools like rsyslog or Logstash or Flume or fluentd and ship your logs wherever you want - your own centralized logging system or Splunk or Logsene for example. This will make it easier to debug/troubleshoot, too - no need to grep big log files...
Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Wed, Oct 22, 2014 at 10:50 PM, Lee Chunki <lck7...@coupang.com> wrote: > Hi, > > I have two questions about Solr log file. > > First, > Is it possible to set log setting to use one log file for each core? > Because of I run many cores on one Solr and log file is getting bigger and > bigger and it makes me to hard to debug when system error. > > Second, > Is there any setting to gather Solr Cloud logs at any one server? > I have plan to migrate to Solr Cloud but it seems that each sold node > makes log at their local disk. > > Thanks, > Chunki.