afs commented on issue #1396: URL: https://github.com/apache/jena/issues/1396#issuecomment-1163518437
This is not so clear cut. log4j2 is not the only logging system so relying on a feature in normal mode of operation excludes other (e.g. JUL). In [SPARQLQueryProcessor.java#L238](https://github.com/afs/jena/blob/63a8f50b8434d1eea52369798a1310415d58e2ec/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQLQueryProcessor.java#L238) verbose mode switches Fusek to print the query out multi-line. Configuring log4j2 is interesting but it loses the ability to switch based on the verbose setting. In Fuseki Main, it is useful when developing when the Fuseki server is build programmatically. -- 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]
