Skip to content

Commit

Permalink
Airbyte CDK #1279 - improve log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliizazmic committed Oct 12, 2021
1 parent f9354f4 commit c5ce983
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ class Config:

class Level(Enum):
FATAL = "FATAL"
CRITICAL = "CRITICAL"
ERROR = "ERROR"
WARN = "WARN"
WARNING = "WARNING"
INFO = "INFO"
DEBUG = "DEBUG"
TRACE = "TRACE"
Expand Down

0 comments on commit c5ce983

Please sign in to comment.