You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Ryan Heinen <Ry...@elasticpath.com> on 2009/06/23 23:44:24 UTC

Solr Logging in Weblogic

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 admin console don't seem to have any effect. Is even a way to configure the log level using Weblogic, or does it need to be done using logging.properties in the JVM?

Ryan
--------------------------------------------------------------------------
Ryan Heinen, Sr. Software Engineer
Phone 604.408.8078 ext. 243
Email: Ryan.Heinen@elasticpath.com

Elastic Path Software, Inc.
800 - 1045 Howe Street, Vancouver, BC V6Z 2A9
Fax: 604.408.8079
Web: www.elasticpath.com
Blog: www.getelastic.com
Community: http://grep.elasticpath.com





Re: Solr Logging in Weblogic

Posted by Chris Hostetter <ho...@fucit.org>.
: 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...
http://e-docs.bea.com/wls/docs91/logging/config_logs.html

"WebLogic logging services use an implementation based on the Java Logging 
APIs, by default."

...which means using the default solr.war and weblogic's config GUI should 
let you adjust things as you see fit -- but you should make sure you 
haven't changed that "default" ...
http://e-docs.bea.com/wls/docs91/ConsoleHelp/taskhelp/logging/SpecifyTheLoggingImplementation.html
...it should be "JDK"

(i would also suggest that you note the part about "Not all changes take 
effect immediately—some require a restart (see Use the Change Center)." 
... no idea if that's needed for changing the log level, or if you tried 
that)

-Hoss