dsmiley commented on a change in pull request #1972: URL: https://github.com/apache/lucene-solr/pull/1972#discussion_r527866190
########## File path: solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java ########## @@ -68,7 +66,7 @@ private static final String[] ARG_CONFIG_FLAGS = {"-f", "--config-file"}; private static final String ARG_CONFIG_METAVAR = "CONFIG"; private static final String ARG_CONFIG_DEST = "configFile"; - private static final String ARG_CONFIG_DEFAULT = "solr-exporter-config.xml"; + private static final String ARG_CONFIG_DEFAULT = "conf/solr-exporter-config.xml"; Review comment: Sure; push if you want. I don't think it's important to read off the classpath so long as it reads it from somewhere... but if it works, that's nice. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org