On 11/6/2015 6:17 AM, Upayavira wrote: > On Fri, Nov 6, 2015, at 10:12 AM, sara hajili wrote: >> You can change solr loglevel.bydefault solr logs for every thing. >> You can change this by go in solrconsole.inlog/level and edit levels for >> just error for example. >> And this is temporary way. >> You can also change solrconfig.insolr_home >> In /log and change logging4j >> Config. >> For more info look at: >> https://cwiki.apache.org/confluence/display/solr/Configuring+Logging >> That log file is constantly growing. And it is now ~60GB. what can i >> change >> to fix this? > > I recently created this ticket: > > https://issues.apache.org/jira/browse/SOLR-8232 > > It is all well and good saying you can change your logging to be less > aggressive, but if the log file is never rotated, it WILL use up disk > space one way or another. The correct way to fix this, I'd suggest is to > not log anything to the console, and use log4j.properties to send log > events to a file that *is* rotated.
I just commented on SOLR-8232 with what I think is a viable solution to the problem -- change CONSOLE logging in all the log4j.properties files to only log at WARN severity or higher. There is some value to a console log, but only if it doesn't duplicate every single informational message that goes into the main log. Thanks, Shawn