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 Chris Hostetter <ho...@fucit.org> on 2009/07/06 02:02:27 UTC

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

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