-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #652 from feder-cr/release/v11.01.2024
Release PR - Release/v11.01.2024
- Loading branch information
Showing
26 changed files
with
644 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# In this file, you can set the configurations of the app. | ||
|
||
""" | ||
MINIMUM_LOG_LEVEL can only be one of the followings: | ||
- "DEBUG" | ||
- "INFO" | ||
- "WARNING" | ||
- "ERROR" | ||
- "CRITICAL" | ||
""" | ||
MINIMUM_LOG_LEVEL = "DEBUG" | ||
from constants import DEBUG, LOG_TO_CONSOLE, LOG_TO_FILE, MINIMUM_LOG_LEVEL | ||
|
||
LOG_CONFIG = { | ||
MINIMUM_LOG_LEVEL: DEBUG, | ||
LOG_TO_FILE: True, | ||
LOG_TO_CONSOLE: True | ||
} | ||
|
||
MINIMUM_WAIT_TIME = 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DEBUG = "DEBUG" | ||
INFO = "INFO" | ||
WARNING = "WARNING" | ||
ERROR = "ERROR" | ||
CRITICAL = "CRITICAL" | ||
|
||
MINIMUM_LOG_LEVEL = "MINIMUM_LOG_LEVEL" | ||
LOG_TO_FILE = "LOG_TO_FILE" | ||
LOG_TO_CONSOLE = "LOG_TO_CONSOLE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
remote: true | ||
hybrid: true | ||
onsite: true | ||
|
||
experienceLevel: | ||
internship: false | ||
|
Oops, something went wrong.