Skip to content

Commit

Permalink
logger refactor - kamangir/bolt#1234
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 25, 2024
1 parent f826eeb commit 7bcfea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion abcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NAME = "abcli"

VERSION = "7.2795.1"
VERSION = "7.2797.1"

DESCRIPTION = "🚀 a language to speak AI."

Expand Down
1 change: 1 addition & 0 deletions abcli/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
logging.addLevelName(logging.INFO, "ℹ️ ")
logging.addLevelName(logging.DEBUG, "❓")
logging.addLevelName(logging.ERROR, "❗️")
logging.addLevelName(logging.WARNING, "⚠️ ")

logging_level = logging.INFO

Expand Down

0 comments on commit 7bcfea5

Please sign in to comment.