Mongodb log rotation on kubernetes statefulset

I would like to have log file created for each day with the timestamp and new file to be created when the cron job runs. Right now the logs are written every minute to the path. PFA. Please guide me with correct documentation to work on log rotation of mongodb on kubernetes with a cron job.