Skip to content
Snippets Groups Projects

Update Documentation

Merged Selvaganapathy Kannan requested to merge 5-enable-docs into main
Files
20
+ 1
1
@@ -8,7 +8,7 @@ import logging
from rich.logging import RichHandler
import logging.handlers
log_level = os.environ.get("BITIA_LOGLEVEL", "NOTSET").upper()
log_level = os.environ.get("BITIA_LOGLEVEL", "WARNING").upper()
logging.basicConfig(
format="%(message)s",
level=log_level,
Loading