* fix(logs): enhance log streaming with retry mechanism and error handling
* fix(logs): improve log tailing with enhanced retry logic and error handling
* renamed function
* Enhance log streaming with retry logic based on pod status
* Refactor Pod struct definition by moving it above the shouldStopRetrying method
* Implement exponential backoff for log streaming retries
* fix: reduce log channel buffer size to prevent drops