mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-12 02:54:20 +01:00
Simplify logging to use console output only
This commit is contained in:
@@ -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()
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user