mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-22 12:40:30 +08:00
centralizing LOG_LEVEL
This commit is contained in:
@@ -32,7 +32,9 @@ from ..utils.paths import (
|
||||
data_root,
|
||||
)
|
||||
|
||||
logger = logbook.Logger('Loader')
|
||||
from catalyst.constants import LOG_LEVEL
|
||||
|
||||
logger = logbook.Logger('Loader', level=LOG_LEVEL)
|
||||
|
||||
# Mapping from index symbol to appropriate bond data
|
||||
INDEX_MAPPING = {
|
||||
|
||||
Reference in New Issue
Block a user