You've already forked HeurAMS-Legacy
fix: 增加日志
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from .sm2 import SM2Algorithm
|
||||
from heurams.services.logger import get_logger
|
||||
|
||||
logger = get_logger(__name__)
|
||||
|
||||
__all__ = [
|
||||
"SM2Algorithm",
|
||||
@@ -8,3 +11,5 @@ algorithms = {
|
||||
"SM-2": SM2Algorithm,
|
||||
"supermemo2": SM2Algorithm,
|
||||
}
|
||||
|
||||
logger.debug("算法模块初始化完成,注册的算法: %s", list(algorithms.keys()))
|
||||
|
||||
Reference in New Issue
Block a user