Re: only error logging in solr

2019-02-19 Thread Bernd Fehling
. And the response from o.a.s.handler.RequestHandlerBase.handleRequest() is setting rsp.setException(e) which could be used to select logging only requests which produced an ERROR. Are there any opinions about this? Regards Bernd Am 18.02.19 um 14:43 schrieb Bernd Fehling: Hi list, logging in

only error logging in solr

2019-02-18 Thread Bernd Fehling
Hi list, logging in solr sounds easy but the problem is logging only errors and the request which produced the error. I want to log all 4xx and 5xx http and also solr ERROR. My request_logs from jetty show nothing useful because of POST requests. Only that a request got HTTP 4xx or 5xx from

Re: Not able to get logging in solr

2015-09-07 Thread shahper
Hi I haves setup solr with jetty now. I Getting following error in logging WARN null UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=2 errors=0 positionOfStart=0} 9/7/2015, 5:03:05 PM ERROR null ShowFileRequestHandler Can not find: admin-extra.men

Re: Not able to get logging in solr

2015-09-07 Thread shahper
Hi I haves setup solr with jetty now. I Getting following error in logging WARN null UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=2 errors=0 positionOfStart=0} 9/7/2015, 5:03:05 PM ERROR null ShowFileRequestHandler Can not find: admin-extra.men

Re: Not able to get logging in solr

2015-09-03 Thread Erick Erickson
If you insist on using Tomcat, the log is often in catalina.out On Thu, Sep 3, 2015 at 7:04 AM, Upayavira wrote: > > > On Thu, Sep 3, 2015, at 02:31 PM, shahper wrote: >> >> On Thursday 03 September 2015 05:48 PM, Upayavira wrote: >> > >> > On Thu, Sep 3, 2015, at 11:32 AM, shahper wrote: >> >> H

Re: Not able to get logging in solr

2015-09-03 Thread Upayavira
On Thu, Sep 3, 2015, at 02:31 PM, shahper wrote: > > On Thursday 03 September 2015 05:48 PM, Upayavira wrote: > > > > On Thu, Sep 3, 2015, at 11:32 AM, shahper wrote: > >> Hi, > >> > >> I have setup solr when I am clicking on logging there nothing coming. > >> Its just showing loading. > > Have

Re: Not able to get logging in solr

2015-09-03 Thread shahper
On Thursday 03 September 2015 05:48 PM, Upayavira wrote: On Thu, Sep 3, 2015, at 11:32 AM, shahper wrote: Hi, I have setup solr when I am clicking on logging there nothing coming. Its just showing loading. Have a look in your browser's developer tools and see what happens to the request for

Re: Not able to get logging in solr

2015-09-03 Thread Upayavira
On Thu, Sep 3, 2015, at 11:32 AM, shahper wrote: > Hi, > > I have setup solr when I am clicking on logging there nothing coming. > Its just showing loading. Have a look in your browser's developer tools and see what happens to the request for logging information. If you give us more informatio

Not able to get logging in solr

2015-09-03 Thread shahper
Hi, I have setup solr when I am clicking on logging there nothing coming. Its just showing loading. Shahper

Logging in solr admin page

2015-08-17 Thread davidphilip cherian
Hi, Where are the logs fetched from on solr admin ui page? http://localhost:8983/solr/#/~logging. I am unable to see any logs there. Its just showing the 'loading' symbol but no logs fetched. What could be the reason? Any logging setting that has to be made? Thanks.

Re: logging in solr

2014-08-20 Thread Umesh Prasad
Or you could use system properties to control that. For example if you are using logbak, then JAVA_OPTS="$JAVA_OPTS -Dlogback.configurationFile=$CATALINA_BASE/conf/logback.xml" will do it On 20 August 2014 03:15, Aman Tandon wrote: > As you are using tomcat you can configure the log file na

Re: logging in solr

2014-08-19 Thread Aman Tandon
As you are using tomcat you can configure the log file name, folder,etc. by configuring the server.xml present in the Conf directory of tomcat. On Aug 19, 2014 4:17 AM, "Shawn Heisey" wrote: > On 8/18/2014 2:43 PM, M, Arjun (NSN - IN/Bangalore) wrote: > > Currently in my component Solr is

Re: logging in solr

2014-08-18 Thread Shawn Heisey
On 8/18/2014 2:43 PM, M, Arjun (NSN - IN/Bangalore) wrote: > Currently in my component Solr is logging to catalina.out. What is > the configuration needed to redirect those logs to some custom logfile eg: > Solr.log. Solr uses the slf4j library for logging. Simply change your program to

Re: logging in solr

2014-08-18 Thread Aurélien MAZOYER
Sorry, outdated link. And I suppose you use tomcat if you are talking about catalina.out The correct link is : http://wiki.apache.org/solr/SolrLogging#Solr_4.3_and_above Le 18/08/2014 23:06, Aurélien MAZOYER a écrit : Hi, Are you using tomcat or jetty? If you use the default jetty, have

Re: logging in solr

2014-08-18 Thread Aurélien MAZOYER
Hi, Are you using tomcat or jetty? If you use the default jetty, have a look to : http://wiki.apache.org/solr/LoggingInDefaultJettySetup Regards, Aurélien Le 18/08/2014 22:43, M, Arjun (NSN - IN/Bangalore) a écrit : Hi, Currently in my component Solr is logging to catalina.out. W

logging in solr

2014-08-18 Thread M, Arjun (NSN - IN/Bangalore)
Hi, Currently in my component Solr is logging to catalina.out. What is the configuration needed to redirect those logs to some custom logfile eg: Solr.log. Thanks... --Arjun

Re: Disable logging in SOLR

2009-04-15 Thread Kraus, Ralf | pixelhouse GmbH
ly disable logging in Solr. More likely, your looking to make Solr less chatty by not logging the INFO level. Solr is a bit chatty by default, mostly I think, because that can be very useful and is often worth the likely very small performance hit of all the extra logging. At the least though, I

Re: Disable logging in SOLR

2009-04-15 Thread Mark Miller
Kraus, Ralf | pixelhouse GmbH wrote: Hi, is there a way to disable all logging output in SOLR ? I mean the output text like : "INFO: [core_de] webapp=/solr path=/update params={wt=json} status=0 QTime=3736" greets -Ralf- You probably do not want to totally disable logging in

Re: Disable logging in SOLR

2009-04-15 Thread Bill Au
Yes, restarting Tomcat will reset things back to default. But you should be able to configure Tomcat to disable Solr logging since Solr uses JDK logging. Bill On Wed, Apr 15, 2009 at 4:51 AM, Kraus, Ralf | pixelhouse GmbH < r...@pixelhouse.de> wrote: > Bill Au schrieb: > >> Have you tried setti

Re: Disable logging in SOLR

2009-04-15 Thread Kraus, Ralf | pixelhouse GmbH
Bill Au schrieb: Have you tried setting logging level to OFF from Solr's admin GUI: http://wiki.apache.org/solr/SolrAdminGUI thx 4 the hint ! But after I restart my tomcat its all reseted to default ? :-( Greets -Ralf-

Re: Disable logging in SOLR

2009-04-14 Thread Bill Au
Have you tried setting logging level to OFF from Solr's admin GUI: http://wiki.apache.org/solr/SolrAdminGUI Bill On Tue, Apr 14, 2009 at 9:56 AM, Kraus, Ralf | pixelhouse GmbH < r...@pixelhouse.de> wrote: > Hi, > > is there a way to disable all logging output in SOLR ? > I mean the output text l

Disable logging in SOLR

2009-04-14 Thread Kraus, Ralf | pixelhouse GmbH
Hi, is there a way to disable all logging output in SOLR ? I mean the output text like : "INFO: [core_de] webapp=/solr path=/update params={wt=json} status=0 QTime=3736" greets -Ralf-

Re: Details on logging in Solr

2008-12-15 Thread Rinesh1
>>Is there any clean way of deactivating logging or changing the >> log level >> to say error .. >>Is there any property file for the same. >>Please give your inputs for the same. >> Regards, >> Rinesh. >> >> -- >> View this me

Re: Details on logging in Solr

2008-12-15 Thread Ryan McKinley
logging or changing the log level to say error .. Is there any property file for the same. Please give your inputs for the same. Regards, Rinesh. -- View this message in context: http://www.nabble.com/Details-on-logging-in-Solr-tp21027267p21027267.html Sent from the Solr - User mailing list

Details on logging in Solr

2008-12-15 Thread Rinesh1
file for the same. Please give your inputs for the same. Regards, Rinesh. -- View this message in context: http://www.nabble.com/Details-on-logging-in-Solr-tp21027267p21027267.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Logging in Solr.

2008-11-20 Thread Erik Holstad
Ok, thanks Ryan! On Thu, Nov 20, 2008 at 9:03 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > On Nov 20, 2008, at 11:57 AM, Erik Holstad wrote: > > Thanks for the help Ryan! >> Using the start.jar with 1.3 and added the slf4j jar to the classpath. >> When >> > > with 1.3 -- the logging is java.

Re: Logging in Solr.

2008-11-20 Thread Ryan McKinley
On Nov 20, 2008, at 11:57 AM, Erik Holstad wrote: Thanks for the help Ryan! Using the start.jar with 1.3 and added the slf4j jar to the classpath. When with 1.3 -- the logging is java.util.logging -- The slf4j advice only applies to 1.4-dev ryan

Re: Logging in Solr.

2008-11-20 Thread Erik Holstad
Thanks for the help Ryan! Using the start.jar with 1.3 and added the slf4j jar to the classpath. When it comes to the setting up of the log4j I wonder which method is better. To put the redirect to the log server in the Jetty.xml file or to put a log4j.properties file in the web library, and if it'

Re: Logging in Solr.

2008-11-19 Thread Ryan McKinley
the trunk (solr-1.4-dev) is now using SLF4J If you are using the packaged .war, the behavior should be identical to 1.3 -- that is, it uses the java.util.logging implementation. However, if you are using solr.jar, you select what logging framework you actully want to use by including that c

Logging in Solr.

2008-11-19 Thread Erik Holstad
I kind if remember hearing that Solr was using SLF4J for the logging, but I haven't been able to find any information about it. And in that case where do you set it to redirect to you log4j server for example? Regards Erik

Re: Logging in Solr

2008-01-22 Thread Chris Hostetter
: I'm new to Solr and Tomcat and I'm trying to track down some odd errors. : How do I set up Tomcat to do fine-grained Solr-specific logging? I have : looked around enough to know that it should be possible to do per-webapp : logging in Tomcat 5.5, but the details are hard to follow for a newbie

Logging in Solr

2008-01-16 Thread David Thibault
All, I'm new to Solr and Tomcat and I'm trying to track down some odd errors. How do I set up Tomcat to do fine-grained Solr-specific logging? I have looked around enough to know that it should be possible to do per-webapp logging in Tomcat 5.5, but the details are hard to follow for a newbie. A

RE: Logging in Solr Embedded

2007-08-03 Thread Teruhiko Kurosaka
AM > To: solr-user@lucene.apache.org > Subject: Logging in Solr Embedded > > > > Hello, > > I've been using Solr in an embedded situation, and its been > working quite well. But as I've started scaling up the > application, the logging that Solr does to stderr

Re: Logging in Solr Embedded

2007-08-02 Thread Yonik Seeley
On 8/1/07, Stu Hood <[EMAIL PROTECTED]> wrote: > I've been using Solr in an embedded situation, and its been working quite > well. But as I've started scaling up the application, the logging that Solr > does to stderr is getting excessive. > > I'd like to disable the INFO messages, and leave the

Logging in Solr Embedded

2007-08-01 Thread Stu Hood
Hello, I've been using Solr in an embedded situation, and its been working quite well. But as I've started scaling up the application, the logging that Solr does to stderr is getting excessive. I'd like to disable the INFO messages, and leave the WARNINGs. According to the Java API I should