Re: writing logs of a speicific solr posting to a file

2014-06-13 Thread pshahukhal
Hi 
  I found the commit for this requirement under
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x
  Great work.:) I have SVN checked out the repo under my local folder and I
am trying to compile and generate a post.jar for the same but somehow I have
been failing due to the dependencies issue which I have not been able to
figure out.
  Can you please help me with the post.jar file.I have not been able to
build one.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/writing-logs-of-a-speicific-solr-posting-to-a-file-tp4140730p4141630.html
Sent from the Solr - User mailing list archive at Nabble.com.


writing logs of a speicific solr posting to a file

2014-06-09 Thread pshahukhal
Hi 
   I am using SimplepostTool to post the xml files to SOLR llke :

java  -Durl=http://localhost:8080/solr/collection1/update -jar
/var/lib/tomcat6/solr/collection1/dump/xmlinput/post.jar
/var/lib/tomcat6/solr/collection1/dump/xmlinput/solr.xml

   When there are certain errors ,the response from above command just shows
the 404 error or 500 server error but doesnt provide the complete log
details like in 
  http://localhost:8080/solr/#/~logging  or in catalina.out 
   I want to catch the exact log details that are thrown in  the logs when
the above command is executed and write to a file .I am wondering if there
are additional params that need to be passed in the command line or I have
to work in the configurations . 
   



--
View this message in context: 
http://lucene.472066.n3.nabble.com/writing-logs-of-a-speicific-solr-posting-to-a-file-tp4140730.html
Sent from the Solr - User mailing list archive at Nabble.com.