Re: solr-8983-console.log is huge

2015-11-09 Thread CrazyDiamond
i use solr cloud. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-8983-console-log-is-huge-tp4238613p4239100.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr-8983-console.log is huge

2015-11-08 Thread CrazyDiamond
Thx for answers. Is there any way to reload log4j.properities without restarting solr? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-8983-console-log-is-huge-tp4238613p4239067.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr-8983-console.log is huge

2015-11-08 Thread davidphilip cherian
I think, the collection reload, using collection apis[1] should do the work. If you are not on solr-cloud setup, just navigate to coreadmin on solr UI, and click on reload, and see if that works. [1] https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api2 http:

solr-8983-console.log is huge

2015-11-06 Thread CrazyDiamond
That log file is constantly growing. And it is now ~60GB. what can i change to fix this? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-8983-console-log-is-huge-tp4238613.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr-8983-console.log is huge

2015-11-06 Thread sara hajili
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:

Re: solr-8983-console.log is huge

2015-11-06 Thread davidphilip cherian
>From mail archives https://support.lucidworks.com/hc/en-us/articles/207072137-Solr-5-X-Console-Logging-solr-8983-console-log On Fri, Nov 6, 2015 at

Re: solr-8983-console.log is huge

2015-11-06 Thread Shawn Heisey
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. >>

Re: solr-8983-console.log is huge

2015-11-06 Thread Erick Erickson
How do you start solr? If you pipe console output to a file it'll grow forever. Either pipe the output to dev/null or follow Sara's link and take the CONSOLE appender out of log4j.properties Best, Erick On Fri, Nov 6, 2015 at 2:12 AM, sara hajili wrote: > You can change

Re: solr-8983-console.log is huge

2015-11-06 Thread Upayavira
Erick, bin/start pipes stdout to solr-$PORT-console.log or such. With no rotation. So we are setting people up to fail right from the get-go. That's what I'm hoping the attached ticket will resolve. Upayavira On Fri, Nov 6, 2015, at 03:52 PM, Erick Erickson wrote: > How do you start solr? If

Re: solr-8983-console.log is huge

2015-11-06 Thread Alexandre Rafalovitch
What about the Garbage Collection output? I think we have the same issue there. Frankly, I don't know how many people know what to do with that in a first place. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 6 November 2015 at 11:11,

Re: solr-8983-console.log is huge

2015-11-06 Thread Upayavira
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

Re: solr-8983-console.log is huge

2015-11-06 Thread Erick Erickson
Yep, I looked at the new JIRA and finally figured out what the problem is. It should be changed, but in the meantime one can go in and take the CONSOLE appender out of the logging properties file. Or restart Solr periodically. Ugly but it would work. On Fri, Nov 6, 2015 at 8:13 AM, Alexandre

Re: solr-8983-console.log is huge

2015-11-06 Thread Shawn Heisey
On 11/6/2015 9:13 AM, Alexandre Rafalovitch wrote: > What about the Garbage Collection output? I think we have the same > issue there. Frankly, I don't know how many people know what to do > with that in a first place. Turns out that Java has rotation capability built in to GC logging: