diff --git a/src/watch_voice_memos.py b/src/watch_voice_memos.py index ca1199a..339faa1 100755 --- a/src/watch_voice_memos.py +++ b/src/watch_voice_memos.py @@ -15,10 +15,9 @@ from datetime import datetime # Set up logging with more detailed formatting logging.basicConfig( level=logging.INFO, - format='%(asctime)s - %(levelname)s - [%(name)s] %(message)s', + format='%(asctime)s - %(levelname)s - %(message)s', datefmt='%Y-%m-%d %H:%M:%S', handlers=[ - logging.FileHandler('voice_memo_watcher.log'), logging.StreamHandler() ] )