.
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
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
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
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
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
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
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
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
Hi,
I have setup solr when I am clicking on logging there nothing coming.
Its just showing loading.
Shahper
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.
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
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
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
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
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
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
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
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
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
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-
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
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-
>>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
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
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.
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.
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
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'
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
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
: 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
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
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
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
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
35 matches
Mail list logo