Browse Source
Issue: mvn test was using cached compiled classes - Changed command from 'mvn test' to 'mvn clean test' - Forces recompilation of test code - Ensures updated seaweedfs-client JAR with new logging is used This should now show the INFO logs: - close: path=X totalPosition=Y buffer.position()=Z - writeCurrentBufferToService: buffer.position()=X - ✓ Wrote chunk to URL at offset X size Y bytespull/7526/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue