echo "Output log are being saved in Output.log"
exec > >(tee -a "/path/logs/$log") 2>&1
#this will help you