HoustonPutman commented on a change in pull request #657:
URL: https://github.com/apache/solr/pull/657#discussion_r823157233



##########
File path: solr/prometheus-exporter/build.gradle
##########
@@ -61,6 +61,7 @@ task run(type: JavaExec) {
   main = project.ext.mainClass
   classpath = sourceSets.main.runtimeClasspath
   systemProperties = ["log4j.configurationFile":"file:conf/log4j2.xml"]
+  args = ["-f", "conf/solr-exporter-config.xml"]

Review comment:
       Ahh we could also add this to the classpath above like we do in the bin 
script.
   
   Though it's not something we need to do in this PR.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to