Skip to content

Commit

Permalink
fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
jpulidojr committed Nov 17, 2024
1 parent ec9b5a0 commit 123c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def static_munge(prefix, implementations):
if debug_flag:
logging.basicConfig(
filename='logger.txt', # Name of the log file
filemode='w', # Append mode ('w' for overwrite)
filemode='w', # Overwrite mode ('a' for append)
format='%(asctime)s - %(levelname)s - %(message)s', # Log message format
level=logging.INFO # Minimum log level to capture
)
Expand Down

0 comments on commit 123c851

Please sign in to comment.