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.