CRITICAL ISSUE: Our constructor logs aren't appearing!
Adding verification step to check if SeaweedOutputStream JAR
contains the new 'BASE constructor called' log message.
This will tell us:
1. If verification FAILS → Maven is building stale JARs (caching issue)
2. If verification PASSES but logs still don't appear → Docker isn't using the JARs
3. If verification PASSES and logs appear → Fix is working!
Using 'strings' on the .class file to grep for the log message.