Browse Source
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.pull/7526/head
1 changed files with 21 additions and 1 deletions
Loading…
Reference in new issue