My application uploads files, creates files as final / intermediate data. I would like to configure the hook (outside the application) to warn / log whenever my application performs any I / O operations - for example, writing a file, deleting a file, downloading a file from a file server. I use urllib to retrieve file files from data servers.
source
share