Files
seaweedfs/.github/workflows
chrislu f20bad97e4 fix: force Maven update and verify JAR contains updated code
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.
2025-11-23 10:15:29 -08:00
..
2025-11-18 12:06:56 -08:00