chrisdutz commented on PR #2382: URL: https://github.com/apache/plc4x/pull/2382#issuecomment-4698457044
> AB-ETH: Works on the old version, but fails on the new one. S7: Works on the old version, but fails on the new one. Could you please explain a bit more what exactly is not working and how it's failing? With only this bit of information I unfortunately can't help much ... and could you please open Issues for each driver that's failing? This makes tracking them down a lot simpler. And regarding the output ... in the old SPI we pulled in all of the stuff in one big jar. That contained the normal output, the json output, the xml output and the box-based output (which you are referring to) ... the SPI3 I made a lot more modular. So I opted out for having a hard dependency on the box-based layout for this sort of thing and added the concept of the audit-log. The driver calls audit log output calls which default to a no-op thing unless you add a dependency to the audit-log-impl in your application and configure the audit log via your connection string. Then it's a lot more verbose. I should probably add a documentation on the audit-log on our website. -- 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]
