Skip to content

Commit

Permalink
Change TRACE to DEBUG log level (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Aug 31, 2023
1 parent 9b4a5d2 commit 1589313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# use this option to select all groups automatically
# auto=True
),
log_level="TRACE",
log_level="DEBUG",
)
toolkit = GroupMigrationToolkit(config)

Expand Down

0 comments on commit 1589313

Please sign in to comment.