summaryrefslogtreecommitdiff
path: root/src/pyssg/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/__init__.py')
-rw-r--r--src/pyssg/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pyssg/__init__.py b/src/pyssg/__init__.py
index cdd4cd1..3bbfc27 100644
--- a/src/pyssg/__init__.py
+++ b/src/pyssg/__init__.py
@@ -4,9 +4,7 @@ from logging import Logger, StreamHandler
from .per_level_formatter import PerLevelFormatter
-# since this is the root package, setup the logger here,
-# set DEBUG here for testing purposes, can't make it
-# dynamic yet (with a flag, for example)
+# since this is the root package, setup the logger here
__LOG_LEVEL: int = logging.INFO
log: Logger = logging.getLogger(__name__)
log.setLevel(__LOG_LEVEL)