We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81d5ae commit 92f9439Copy full SHA for 92f9439
BabbleApp/logger.py
@@ -40,7 +40,8 @@ def log_system_info(logger):
40
41
def setup_logging():
42
# Determine the user's Documents directory
43
- documents_dir = os.path.join(os.path.expanduser("~"), "Documents")
+ #documents_dir = os.path.join(os.path.expanduser("~"), "Documents")
44
+ documents_dir = "./Logs"
45
log_dir = os.path.join(documents_dir, "ProjectBabble")
46
os.makedirs(log_dir, exist_ok=True)
47
log_file = os.path.join(log_dir, "latest.log")
0 commit comments