Files
seaweedfs/.github
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
..
2022-04-24 21:44:53 -07:00
2021-12-16 11:07:53 -08:00