Skip to content

Commit

Permalink
set logging level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Oct 22, 2024
1 parent 0996004 commit b37bb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_first_setup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self):
if not os.path.exists(log_path):
try:
open(log_path, "a").close()
logging.basicConfig(
logging.basicConfig(level=logging.DEBUG,
filename=log_path,
filemode='a',
)
Expand Down

0 comments on commit b37bb5a

Please sign in to comment.