Skip to content

Commit

Permalink
Add a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshitomo-matsubara committed May 25, 2024
1 parent f1ea64d commit 027d688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions torchdistill/misc/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@


def set_basic_log_config():
"""
Sets a default basic configuration for logging.
"""
logging.basicConfig(
format=LOGGING_FORMAT,
datefmt='%Y/%m/%d %H:%M:%S',
Expand Down

0 comments on commit 027d688

Please sign in to comment.