I'm running python on my server. I want to add date and time info to my nohup log file's lines.
Log file content similar to what I want to do (inside log file):
09/09/2023 07:13 Traceback (most recent call last):
09/09/2023 07:13 //Some Error
09/09/2023 07:13 //Error...
Is it possible to do this? So how?