mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-10 08:30:47 +02:00
Added -U flag to mvn install to force dependency updates Added verification step using javap to check compiled bytecode This will show if the JAR actually contains the new logging code: - If 'totalPosition' string is found → JAR is updated - If not found → Something is wrong with the build The verification output will help diagnose why INFO logs aren't showing.