stevedlawrence opened a new pull request, #78: URL: https://github.com/apache/daffodil-sbt/pull/78
We currently add slf4j-nop to the packageDaffodilBin classpath which silently drops all log messages from Daffodil. Sometimes these log messages could be very helpful. To enable this, this replaces slf4j-nop with slf4j-simple which just outputs to the console. This also defines a number of system properites so that packageDaffodilBin/logLevel is used to control the log level sl4fj and log4j loggers. This also make log messages go to stdout instead of the default stderr, since SBT makes strderr messages look like errors, when in reality these are just information messages about schema compilation. Fixes #75 -- 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]
