Re: Solr 7.2 solr.log is missing

2018-04-02 Thread Abhi Basu
Wow life is complicated :) Since I am using this to start solr, I am assuming the one in /server/scripts/cloud-scripts is being used: ./bin/solr start -cloud -s /usr/local/bin/solr-7.2.1/server/solr/node1/solr -p 8983 -z zk0-esohad:2181,zk1-esohad:2181,zk5-esohad:2181 -m 10g So, I guess I need to

Re: Solr 7.2 solr.log is missing

2018-04-02 Thread Erick Erickson
Technically, Solr doesn't name the file at all, that's in your log4j config, this line: log4j.appender.file.File=${solr.log}/solr.log so it's weird that you can't find it on your machine at all. How do you _start_ Solr? In particular, to you define a system variable "-Dsolr.log=some_path"? And a

Solr 7.2 solr.log is missing

2018-04-02 Thread Abhi Basu
Not located in the /server/logs/ folder. Have these files instead solr-8983-console.log solr_gc.log.0.current I can see logs from the Solr dashboard. Where is the solr.log file going to? A search of "solr.log" in the system did not find the file. Is the file called something else for solrcloud