Changes:
- Add -u flag to Python in Dockerfile to disable output buffering
- Add startup messages in main.py showing bot configuration
- Logs now appear immediately in kubectl logs output
This fixes the issue where no logs were visible when running
in Kubernetes pods due to Python's default stdout buffering.