I'm using the logging module to keep a log instead of messy print statements users don't want to see. I set up a log viewer but right now users must press an "update" button to get the latest log file displayed. Is there any way to get a file change notification so I can update the log display on the fly? Christian