Rewrite bfxapi/utils/logger.py with new ColoredLogger.

This commit is contained in:
Davide Casale
2023-02-17 04:01:47 +01:00
parent e536515bbd
commit 4d0fa49e22
3 changed files with 38 additions and 85 deletions

View File

@@ -22,7 +22,7 @@ class Client(object):
API_KEY: Optional[str] = None,
API_SECRET: Optional[str] = None,
filter: Optional[List[str]] = None,
log_level: str = "WARNING"
log_level: str = "INFO"
):
credentials = {
"API_KEY": API_KEY,