Skip to content

Commit

Permalink
refactor: finding, analysis and sort functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorpeJosh committed Oct 23, 2023
1 parent 6c324c7 commit 0051790
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 136 deletions.
2 changes: 1 addition & 1 deletion image_sorting_tool/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Create root logger
LOG_FORMAT = "%(levelname)s %(asctime)s : %(message)s"
logger = logging.getLogger("root")
logger = logging.getLogger("image-sorting-tool")
logger.setLevel(logging.DEBUG)

# Log to stdout
Expand Down
Loading

0 comments on commit 0051790

Please sign in to comment.