Skip to content

Commit

Permalink
fix(logging): correct printing of calling function names (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
natelandau authored Jan 28, 2024
1 parent 1e0ef35 commit acabc0e
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 63 deletions.
120 changes: 60 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/valentina/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class LogLevel(str, Enum):
DEBUG = "DEBUG"
INFO = "INFO"
WARNING = "WARNING"
SUCCESS = "SUCCESS"
ERROR = "ERROR"
CRITICAL = "CRITICAL"


class ChannelPermission(Enum):
Expand Down
Loading

0 comments on commit acabc0e

Please sign in to comment.