RE: Solr Logging In JSON Format

2020-08-28 Thread Gael Jourdan-Weil
om Envoyé : jeudi 27 août 2020 18:42 À : solr-user@lucene.apache.org Objet : Solr Logging In JSON Format   Hello, We want to receive Solr logs in DataDog. Configured and all good, but the logs are ugly, not parsed and not really useful. Anyone knows a way to send the logs from Solr in JSON form

Solr Logging In JSON Format

2020-08-27 Thread fidiv...@gmail.com
Hello, We want to receive Solr logs in DataDog. Configured and all good, but the logs are ugly, not parsed and not really useful. Anyone knows a way to send the logs from Solr in JSON format? Thank you.

Re: Solr logging in local time

2015-11-16 Thread Shawn Heisey
On 11/16/2015 9:04 AM, tedsolr wrote: > Is it possible to define a timezone for Solr so that logging occurs in local > time? My logs appear to be in UTC. Due to daylight savings, I don't think > defining a GMT offset in the log4j.properties files will work. I noticed this today when I upgraded fro

Re: Solr logging in local time

2015-11-16 Thread tedsolr
There is a property for timezone. Just set that in solr.in.sh and logging will use it. The default is UTC. SOLR_TIMEZONE="EST" -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-logging-in-local-time-tp4240369p4240434.html Sent from the Solr - User mailing li

Re: Solr logging in local time

2015-11-16 Thread Alexandre Rafalovitch
only one of them. All the others are logging in > local time. Perhaps there is a Splunk centric solution, but I would like to > know what the alternatives are. Anyone know how to "fix" (as in define, not > correct) the timezone for Solr logging? > > thanks > > >

Re: Solr logging in local time

2015-11-16 Thread tedsolr
in define, not correct) the timezone for Solr logging? thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-logging-in-local-time-tp4240369p4240400.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr logging in local time

2015-11-16 Thread Walter Underwood
- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-logging-in-local-time-tp4240369.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr logging in local time

2015-11-16 Thread tedsolr
66.n3.nabble.com/Solr-logging-in-local-time-tp4240369.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Logging

2015-06-19 Thread Garth Grimm
June 18, 2015 10:41 AM To: solr-user@lucene.apache.org Subject: Solr Logging Hi, I want to log Solr search queries/response time and Solr indexing log separately in different set of log files. Is there any convenient framework/way to do it. Thanks Bharath -- View this message in context:

Solr Logging

2015-06-18 Thread rbkumar88
Hi, I want to log Solr search queries/response time and Solr indexing log separately in different set of log files. Is there any convenient framework/way to do it. Thanks Bharath -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Logging-tp4212730.html Sent from the

Re: Solr Logging files get high

2015-02-03 Thread Nitin Solanki
Thanks Michael Della Bitta. Hi. Mike Sokolov, There is no DEBUG appears inside logs.. On Tue, Feb 3, 2015 at 10:06 PM, Michael Della Bitta < michael.della.bi...@appinions.com> wrote: > If you're trying to do a bulk ingest of data, I recommend committing less > frequently.

Re: Solr Logging files get high

2015-02-03 Thread Michael Della Bitta
If you're trying to do a bulk ingest of data, I recommend committing less frequently. Don't soft commit at all until the end of the batch, and hard commit every 60 seconds. Michael Della Bitta Senior Software Engineer o: +1 646 532 3062 appinions inc. “The Science of Influence Marketing” 18 E

Re: Solr Logging files get high

2015-02-03 Thread Nishanth S
I feel the tlog size is perfectly fine since your hard commit interval is low.You can try increasing your hard commit and soft commit values.Soft commit of 1 sec is very low.Soft commit is about visibility of documents,so you can try and increase this as far your slas. -Nishanth On Mon, Feb 2,

Fwd: Solr Logging files get high

2015-02-02 Thread Nitin Solanki
Hi Michael Della and Michael Sokolov, *size of tlog :-* 56K/mnt/nitin/solr/node1/solr/wikingram_shard3_replica1/data/tlog/ 56K/mnt/nitin/solr/node1/solr/wikingram_shard7_replica1/data/tlog/ 56K/mnt/nitin/solr/node2/solr/wikingram_shard4_replica1/data/tlog/ 52K/mnt/nitin/solr/node2/

Re: Solr Logging files get high

2015-02-02 Thread Nitin Solanki
Hi Michael Della and Michael Sokolov, *size of tlog :-* 56K/mnt/nitin/solr/node1/solr/wikingram_shard3_replica1/data/tlog/ 56K/mnt/nitin/solr/node1/solr/wikingram_shard7_replica1/data/tlog/ 56K/mnt/nitin/solr/node2/solr/wikingram_shard4_replica1/data/tlog/ 52K/mnt/nitin/solr/node2/

Re: Solr Logging files get high

2015-02-02 Thread Michael Della Bitta
Good call, it could easily be the tlog Nitin is talking about. As for which definition of high, I was making assumptions as well. :) Michael Della Bitta Senior Software Engineer o: +1 646 532 3062 appinions inc. “The Science of Influence Marketing” 18 East 41st Street New York, NY 10017 t:

Re: Solr Logging files get high

2015-02-02 Thread Michael Sokolov
I was tempted to suggest rehab -- but seriously it wasn't clear if Nitin meant the log files Michael is referring to, or the transaction log (tlog). If it's the transaction log, the solution is more frequent hard commits. -Mike On 2/2/2015 11:48 AM, Michael Della Bitta wrote: If you'd like

Re: Solr Logging files get high

2015-02-02 Thread Michael Della Bitta
If you'd like to reduce the amount of lines Solr logs, you need to edit the file example/resources/log4j.properties in Solr's home directory. Change lines that say INFO to WARN. Michael Della Bitta Senior Software Engineer o: +1 646 532 3062 appinions inc. “The Science of Influence Marketing”

Solr Logging files get high

2015-02-02 Thread Nitin Solanki
Hi, My solr logs directory has been get high. It is seriously problem or It harms my solr performance in both cases indexing as well as searching.

Re: different Solr Logging for CONSOLE and FILE

2013-06-05 Thread Shawn Heisey
On 6/5/2013 3:46 AM, Raheel Hasan wrote: > OK thanks... it works... :D > > Also I found that we could put both of them and it will also work: > log4j.rootLogger=INFO, file > log4j.rootLogger=WARN, CONSOLE If this completely separates INFO from WARN and ERROR, then you would want to rethink and pr

Re: different Solr Logging for CONSOLE and FILE

2013-06-05 Thread Raheel Hasan
eb Raheel Hasan: > > Hi, > > > > I have a small question about solr logging. > > > > In resources>log4j.properties, we have > > > > *log4j.rootLogger=INFO, file, CONSOLE* > > > > However, what I want is: > > *log4j.rootLogger=INFO, fi

Re: different Solr Logging for CONSOLE and FILE

2013-06-05 Thread Bernd Fehling
Am 05.06.2013 11:28, schrieb Raheel Hasan: > Hi, > > I have a small question about solr logging. > > In resources>log4j.properties, we have > > *log4j.rootLogger=INFO, file, CONSOLE* > > However, what I want is: > *log4j.rootLogger=INFO, file > * >

different Solr Logging for CONSOLE and FILE

2013-06-05 Thread Raheel Hasan
Hi, I have a small question about solr logging. In resources>log4j.properties, we have *log4j.rootLogger=INFO, file, CONSOLE* However, what I want is: *log4j.rootLogger=INFO, file * and *log4j.rootLogger=WARN, CONSOLE* (both simultaneously). Is it possible? -- Regards, Raheel Hasan

Re: Problem with Solr logging under Jetty

2012-07-19 Thread Rémy Loubradou
Hello, I have a similar problem, anything new about this issue? My problem is that info logs go to stderr and not stdout, do you have an explanation? For the log level I use the file "logging.properties" with in it only one line setting the level. .l

Re: Solr logging

2012-02-20 Thread François Schiettecatte
ing log4j config file outside war archive is a >> better solution, if you may need to update its content for example. >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Solr-logging-tp3760171p3760322.html >> Sent from the Solr - User mailing list archive at Nabble.com. >>

Re: Solr logging

2012-02-20 Thread darul
This case explained here: http://stackoverflow.com/questions/762918/how-to-configure-multiple-log4j-for-different-wars-in-a-single-ear http://techcrawler.wordpress.com/ -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-logging-tp3760171p3760352.html Sent from the Solr

Re: Solr logging

2012-02-20 Thread ola nowak
text: > http://lucene.472066.n3.nabble.com/Solr-logging-tp3760171p3760322.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr logging

2012-02-20 Thread darul
Hmm, I did not try to achieve this but interested if you find a way... After I believe than having log4j config file outside war archive is a better solution, if you may need to update its content for example. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-logging

Re: Solr logging

2012-02-20 Thread ola nowak
ntext: > http://lucene.472066.n3.nabble.com/Solr-logging-tp3760171p3760285.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr logging

2012-02-20 Thread darul
Yes, you can update your .war archive by adding/removing expected jars. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-logging-tp3760171p3760285.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr logging

2012-02-20 Thread ola nowak
s, Alex On Mon, Feb 20, 2012 at 9:58 AM, darul wrote: > I get similar questions in the past :) > > http://lucene.472066.n3.nabble.com/Jetty-logging-td3476715.html#a3483146 > > wish it will help you. > > -- > View this message in context: > http://lucene.472066.n3.nabb

Re: Solr logging

2012-02-20 Thread darul
I get similar questions in the past :) http://lucene.472066.n3.nabble.com/Jetty-logging-td3476715.html#a3483146 wish it will help you. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-logging-tp3760171p3760173.html Sent from the Solr - User mailing list archive at

Solr logging

2012-02-20 Thread ola nowak
Hi, I want to set my Solr to use log4j and to write log messages into separate file instead of writing all on standard output. How can I do it? Which jars should I add? Where should I put log4j.xml file? Regards, Alex

Problem with Solr logging under Jetty

2011-11-23 Thread Shawn Heisey
I am having a problem with jdk logging with Solr, using the jetty included with Solr. In jetty.xml, I have the following defined: java.util.logging.config.file etc/logging.properties Contents of etc/logging.properties: == # Logging level .level=WARNING # Write to a file handlers = java.

Solr Logging XML

2010-03-13 Thread blargy
such as catalina.base=/my/catalina/dir java.util.logging.FileHandler.pattern = ${catalina.base}/solr_log-%g.log This doesnt seem to work. Can you even do interpolation .properties files? Thanks -- View this message in context: http://old.nabble.com/Solr-Logging-XML-tp27890682p27890682.html Sent

Re: Solr Logging in Weblogic

2009-07-05 Thread Chris Hostetter
: Has anyone been able to successfully configure logging from Solr in : Weblogic? I am trying to increase the verbosity of the logs as I am : seeing some strange behavior during indexing, but have not been able to i's been a *LONG* time since i've used weblogic, but according to these docs...

Solr Logging in Weblogic

2009-06-23 Thread Ryan Heinen
Has anyone been able to successfully configure logging from Solr in Weblogic? I am trying to increase the verbosity of the logs as I am seeing some strange behavior during indexing, but have not been able to make this work. Changes to Server -> Configuration -> Logging section in the Weblogic ad