jetty - Prevent Solr from printing query in console -


i have quite long queries , solr not print full query request in console started solr from. should modify this?

i have tried modify logging level in etc/logging.properties , add

-djava.util.logging.config.file=etc/logging.properties 

when stating solr, has no effect.

thanks

finally had modify resources/log4j.properties


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -