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

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:

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:

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,

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

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

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

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

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.

Separate logging for Solr updatereuesthandler

2014-11-20 Thread solr2020
request only?. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Separate-logging-for-Solr-updatereuesthandler-tp4170224.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Separate logging for Solr updatereuesthandler

2014-11-20 Thread Shawn Heisey
configuration to the logging class and set the level there. http://www.javapractices.com/topic/TopicAction.do?Id=143 I would recommend upgrading Solr -- the logging went through a major overhaul with 4.3, and now uses log4j, and there is a log4j.properties file included that sets up a rotating

Re: logging in solr

2014-08-20 Thread Umesh Prasad
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 s...@elyograg.org wrote: On 8/18/2014 2:43 PM, M, Arjun (NSN - IN/Bangalore) wrote: Currently in my component Solr is logging

Re: logging in solr

2014-08-19 Thread Aman Tandon
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 use slf4j, and very likely the logs will go to the same place the Solr logs do. http

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: 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

Re: logging in solr

2014-08-18 Thread Aurélien MAZOYER
, 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. What is the configuration needed to redirect those logs to some custom

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

Re: Configure logging with Solr 4 on Tomcat 7

2012-08-30 Thread Nicholas Ding
...@it-agenten.com wrote: Drop the logging.properties file into the solr.war at WEB-INF/classes . See here: http://lucidworks.lucidimagination.com/display/solr/Configuring+Logging Section Tomcat Logging Settings Cheers, Chantal Am 27.08.2012 um 16:43 schrieb Nicholas Ding

Re: Configure logging with Solr 4 on Tomcat 7

2012-08-29 Thread Erick Erickson
: Drop the logging.properties file into the solr.war at WEB-INF/classes . See here: http://lucidworks.lucidimagination.com/display/solr/Configuring+Logging Section Tomcat Logging Settings Cheers, Chantal Am 27.08.2012 um 16:43 schrieb Nicholas Ding: Hello, I've deployed Solr 4

Re: Configure logging with Solr 4 on Tomcat 7

2012-08-27 Thread Chantal Ackermann
Drop the logging.properties file into the solr.war at WEB-INF/classes . See here: http://lucidworks.lucidimagination.com/display/solr/Configuring+Logging Section Tomcat Logging Settings Cheers, Chantal Am 27.08.2012 um 16:43 schrieb Nicholas Ding: Hello, I've deployed Solr 4 on Tomcat 7

Re: Configure logging with Solr 4 on Tomcat 7

2012-08-27 Thread Nicholas Ding
/display/solr/Configuring+Logging Section Tomcat Logging Settings Cheers, Chantal Am 27.08.2012 um 16:43 schrieb Nicholas Ding: Hello, I've deployed Solr 4 on Tomcat 7, it is a multicore configuration, everything seems work fine, but I can't see any logs. How do I enable logging

Re: [POLL-RESULTS] How do you (like to) do logging with Solr

2011-05-20 Thread Jan Høydahl
binding, so I can choose at deploy time [4] Let me choose whether to bundle a binding or not at build time, using an ANT option [1] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! [1] Please, better logging documentation! If we sum

Re: [POLL] How do you (like to) do logging with Solr

2011-05-18 Thread Shawn Heisey
instead of solr.war. Once you've answered this, I can submit my : vote. no, removing the bindings in solr.war would result in solr not logging *anything* unless you manually added a jar (defining the bindings you want) to the jetty (or tomcat) system classloader. What I'd want to have

Re: [POLL] How do you (like to) do logging with Solr

2011-05-18 Thread Jan Høydahl
in solr.war would result in solr not logging *anything* unless you manually added a jar (defining the bindings you want) to the jetty (or tomcat) system classloader. What I'd want to have is the ability to download Solr source code, not modify anything, create a .war, and drop it into an existing

Re: [POLL] How do you (like to) do logging with Solr

2011-05-18 Thread Shawn Heisey
] Let me choose whether to bundle a binding or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! On 5/18/2011 3:31 PM, Jan Høydahl wrote: Hi, If you've setup your Tomcat with log4j logging

Re: [POLL] How do you (like to) do logging with Solr

2011-05-18 Thread Chris Hostetter
: An alternative to manually repackage solr.war as in #1, is Hoss' : suggestion in SOLR-2487 of a new ANT option to build Solr artifacts : without the JUL binding. More specificly, i'm advocating a new ANT property that would let you specify (by path) whatever SLF4J binding jar you want to

Re: [POLL] How do you (like to) do logging with Solr

2011-05-18 Thread kun xiong
a binding or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! 2011/5/19 Chris Hostetter hossman_luc...@fucit.org : An alternative to manually repackage solr.war as in #1, is Hoss' : suggestion

Re: [POLL] How do you (like to) do logging with Solr

2011-05-17 Thread Bently Preece
. Which it currently is not. Just my personal perspective. -Ben On Mon, May 16, 2011 at 3:43 AM, Jan Høydahl jan@cominvent.com wrote: Hi, This poll is to investigate how you currently do or would like to do logging with Solr when deploying solr.war to a SEPARATE java application server

Re: [POLL] How do you (like to) do logging with Solr

2011-05-17 Thread Shawn Heisey
On 5/16/2011 5:47 AM, Jan Høydahl wrote: That's what happens if we ship solr.war without any pre-set logger binding - it's the binding provided in your app-server's classpath which will be used. I use the jetty that's bundled in the example, but with my own directory structure that's a lot

Re: [POLL] How do you (like to) do logging with Solr

2011-05-17 Thread openvictor Open
or not at build time, using an ANT option [X] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! Victor 2011/5/17 Shawn Heisey s...@elyograg.org On 5/16/2011 5:47 AM, Jan Høydahl wrote: That's what happens if we ship solr.war without any pre-set

Re: [POLL] How do you (like to) do logging with Solr

2011-05-17 Thread Chris Hostetter
this, I can submit my : vote. no, removing the bindings in solr.war would result in solr not logging *anything* unless you manually added a jar (defining the bindings you want) to the jetty (or tomcat) system classloader. : A semi-related question ... is there any way to get jetty to log the entire

Re: [POLL] How do you (like to) do logging with Solr

2011-05-17 Thread Michael Sokolov
On 5/16/2011 7:50 PM, Chris Hostetter wrote: : This poll is to investigate how you currently do or would like to do : logging with Solr when deploying solr.war to a SEPARATE java application : server (such as Tomcat, Resin etc) outside of the bundled FWIW... a) the context of this poll is SOLR

[POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Jan Høydahl
Hi, This poll is to investigate how you currently do or would like to do logging with Solr when deploying solr.war to a SEPARATE java application server (such as Tomcat, Resin etc) outside of the bundled solr/example. For background on how things work in Solr now, see http://wiki.apache.org

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Peter Sturge
or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool!

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Markus Jelsma
or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! Setting up log4j is easy but encountered issues with versions when switching to 3.1.

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Gora Mohanty
[ ]  Give me solr.war WITHOUT an slf4j logger binding, so I can choose at deploy time [ ]  Let me choose whether to bundle a binding or not at build time, using an ANT option [ ]  What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ]  What? Solr can do logging? How cool

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Martijn v Groningen
or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! On 16 May 2011 11:32, Gora Mohanty g...@mimirtech.com wrote: On Mon, May 16, 2011 at 2:13 PM, Jan Høydahl jan@cominvent.com wrote

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Chantal Ackermann
with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool!

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Jan Høydahl
-packaging solr.war [X] Give me solr.war WITHOUT an slf4j logger binding, so I can choose at deploy time [ ] Let me choose whether to bundle a binding or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Péter Király
a binding or not at build time, using an ANT option [ ]  What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ]  What? Solr can do logging? How cool! Péter

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Mike Sokolov
-of-the-box behavior to me though. Not sure if there's anything to be done about that. Can you log to stderr when there's no logger available? -Mike On 05/16/2011 04:43 AM, Jan Høydahl wrote: Hi, This poll is to investigate how you currently do or would like to do logging with Solr when

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Stephen Duncan Jr
or not at build time, using an ANT option [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! [ ] What? Solr can do logging? How cool! Actually, more specifically, the build distribution could build a war done either way, but I'd most like to see the war file WITHOUT a binding

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Chris Hostetter
: This poll is to investigate how you currently do or would like to do : logging with Solr when deploying solr.war to a SEPARATE java application : server (such as Tomcat, Resin etc) outside of the bundled FWIW... a) the context of this poll is SOLR-2487 b) this poll seems flawed to me

Re: [POLL] How do you (like to) do logging with Solr

2011-05-16 Thread Chris Hostetter
whether to bundle a binding or not at build time, using an ANT option : [ ] What's wrong with the solr/example Jetty? I never run Solr elsewhere! : [ ] What? Solr can do logging? How cool! -Hoss

Re: logging for solr

2010-09-21 Thread Christopher Gross
. Of course you can switch it to WARNING or INFO too. You can observe changes from http://localhost:8080/solr/admin/logging or simply ~/admin/logging  pages. Details are here: http://wiki.apache.org/tomcat/Logging_Tutorial http://tomcat.apache.org/tomcat-6.0-doc/logging.html Jak On Mon

logging for solr

2010-09-20 Thread Christopher Gross
tried looking around for instructions on configuring the logging for Solr, but I'm not having much luck. Can someone please point me in the right direction to set up the logging for Solr? If I can get it into rolling logfiles, I can just have a cron job take out the old ones and not have to restart

Re: logging for solr

2010-09-20 Thread Jak Akdemir
/logging.properties and write .level = SEVERE This change will make root checkbox from unset to severe. Of course you can switch it to WARNING or INFO too. You can observe changes from http://localhost:8080/solr/admin/logging or simply ~/admin/logging  pages. Details are here: http://wiki.apache.org

Re: logging for solr

2010-09-20 Thread Christopher Gross
can observe changes from http://localhost:8080/solr/admin/logging or simply ~/admin/logging  pages. Details are here: http://wiki.apache.org/tomcat/Logging_Tutorial http://tomcat.apache.org/tomcat-6.0-doc/logging.html Jak On Mon, Sep 20, 2010 at 10:32 PM, Christopher Gross cogr

Has anyone done request logging with Solr-Ruby for use in Rails?

2010-02-11 Thread Ian Connor
The idea is that in the log is currently like: Completed in 1290ms (View: 152, DB: 75) | 200 OK [ http://localhost:3000/search?q=nik+gene+clusterview=2] I want to extend it to also track the Solr query times and time spent in solr-ruby like: Completed in 1290ms (View: 152, DB: 75, Solr: 334) |

Re: Has anyone done request logging with Solr-Ruby for use in Rails?

2010-02-11 Thread Mat Brown
On Thu, Feb 11, 2010 at 13:07, Ian Connor ian.con...@gmail.com wrote: The idea is that in the log is currently like: Completed in 1290ms (View: 152, DB: 75) | 200 OK [ http://localhost:3000/search?q=nik+gene+clusterview=2] I want to extend it to also track the Solr query times and time spent

Re: Has anyone done request logging with Solr-Ruby for use in Rails?

2010-02-11 Thread Ian Connor
This seems to allow you to log each query - which is a good start. I was thinking of something that would add all the ms together and report it in the completed at line so you can get a higher level view of which requests take the time and where. Ian. On Thu, Feb 11, 2010 at 1:13 PM, Mat Brown

Re: Has anyone done request logging with Solr-Ruby for use in Rails?

2010-02-11 Thread Mat Brown
Oh - indeed - sorry, didn't read your email closely enough : ) Yeah that would probably involve some pretty crufty monkey patching / use of globals... On Thu, Feb 11, 2010 at 13:22, Ian Connor ian.con...@gmail.com wrote: This seems to allow you to log each query - which is a good start. I was

Re: Has anyone done request logging with Solr-Ruby for use in Rails?

2010-02-11 Thread Ian Connor
...and probably break stuff - that might be why it hasn't been done. On Thu, Feb 11, 2010 at 1:28 PM, Mat Brown m...@patch.com wrote: Oh - indeed - sorry, didn't read your email closely enough : ) Yeah that would probably involve some pretty crufty monkey patching / use of globals... On

Turning down logging for SOLR running on Weblogic

2009-11-24 Thread DEO, SHANTANU S (ATTCINW)
Hi We recently started a SOLR instance running under Weblogic and noticed that there are a lot of DEBUG messages being output, that we did not notice before when we used tomcat. Where can we turn this logging level down ? Thanks Shantanu ATT eCommerce Web Hosting - Release Management Office:

Re: Turning down logging for SOLR running on Weblogic

2009-11-24 Thread Mark Miller
DEO, SHANTANU S (ATTCINW) wrote: Hi We recently started a SOLR instance running under Weblogic and noticed that there are a lot of DEBUG messages being output, that we did not notice before when we used tomcat. Where can we turn this logging level down ? Thanks Shantanu ATT eCommerce

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-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 setting

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 Solr. More

Re: Disable logging in SOLR

2009-04-15 Thread Kraus, Ralf | pixelhouse GmbH
Mark Miller schrieb: 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

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: 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 like

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: 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

Re: Details on logging in Solr

2008-12-15 Thread Rinesh1
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 archive at Nabble.com. -- View this message

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

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
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.util.logging

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-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

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

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

RE: Logging in Solr Embedded

2007-08-03 Thread Teruhiko Kurosaka
@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 is getting excessive. I'd like to disable the INFO messages, and leave

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

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