Github user ellisonanne commented on the issue:
https://github.com/apache/incubator-pirk/pull/33
If you run the QuerierDriver (or ResponderDriver) locally you can test it
out. For example, if you run
`java -cp target/pirk-0.0.1-SNAPSHOT-exe.jar
org.apache.pirk.querier.wideskies.QuerierDriver`
it will use the properties loaded from the querier.properties file packaged
with the jar and should bark the error messages from QuerierProps. Currently,
it does not; you will just get the help message that prints out via
QuerierDriverCLI line 71. If you change all logger.info/logger.error messages
in QuerierProps to System.out.println you will see the output that you are
supposed to see via the logging mechanisms.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---