A simple example to show what I mean, assume that I have 3 .py files (file1, file2, file3) which perform different tasks for me, and I need to log errors at every step, is this the correct way of going about it or is there another best practice that can be followed? file1.py: file2.py file3.py Of course, another question, as