mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-07-26 14:58:13 +00:00
75925fcf14
� LOGGING IMPROVEMENTS: ✅ REMOVED REDUNDANT UPLOAD ID LOGGING: • Eliminated duplicate 'Beginning multipart upload - Upload ID' message • Now shows single 'Initiated multipart upload - Upload ID' message • Cleaner, less verbose output while maintaining visibility � INTELLIGENT CHUNK LOGGING: • Added selective chunk start logging (only for chunks >= 32MB) • Added milestone-based completion logging: - Every 10th part completed - Large chunks (>= 32MB) - Final part completion • Reduces log noise while maintaining progress visibility � LOGGING STRATEGY: • Start: Log for significant chunks (32MB+) to show activity • Progress: Log every 10th part + large chunks + final part • Avoids flooding logs with small chunk messages • Maintains visibility into upload progress ✅ BENEFITS: • Cleaner verbose output without redundancy • Appropriate level of detail for chunk processing • Better signal-to-noise ratio in logs • Still shows progress for long-running operations Perfect balance of visibility and conciseness!