I was wondering if you could log every error that a python script has without changing the script itself (i.e adding a try/exception clause or using the logging module)? So whenever an error occurs it automatically writes down in a chosen log file.
Or at least be possible to create a python script which is responsible for listening to other python scripts?