sul-dlss / speech-to-text

Tools for generating transcript and caption files from media files (e.g. a Docker container for running Whisper on video files in AWS ECS? 🤷🏽)
0 stars 0 forks source link

Improve logging #29

Closed edsu closed 1 month ago

edsu commented 1 month ago

There are some print statements when running as a daemon that should be converted to log messages with timestamps. To track performance and activity we need additional logging messages around when various steps in the workflow happen, download, running whisper, uploading results, and finishing the job.

If it's easy it might also be nice to configure Docker send messages to Cloudwatch: https://docs.docker.com/engine/logging/drivers/awslogs/