How to print the epochs details while its running?

I want to print the epochs details while the training is running so I know where the situation is and how long would it take. Any leads please ?

!python train.py --img 416 --batch 32 --epochs 1 --data coco128.yaml --weights yolov5s.pt --cache

^ I am using this line to print. Any help would be appreciated big time please.Thanks

@Wajih_Haider YOLOv5 training is logged automatically to the console as well as to CSV, TensorBoard and W&B if you have it installed, i.e. default console output: