stevedlawrence opened a new issue, #75: URL: https://github.com/apache/daffodil-sbt/issues/75
When running packageDaffodilBin, the plugin adds `slf4j-nop` as a dependency. This means all log messages from daffodil are discarded, which can make debugging Daffodil from within a schema project difficult. We should switch to a different slf4j logger so the log messages are output to the console. We should also consider a way to configure the log level that used for packageDaffodilBin. SBT already has the logLevel setting, so maybe we can use `packageDaffodilBin/logLevel` and convert SBT log levels to Daffodil log levels -- 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]
