0a72fac6 by 周伟奇

fix log

1 parent f5fde5ee
......@@ -38,7 +38,7 @@ class GenericExceptionMixin:
class LoggerMixin:
running_log = logging.getLogger('running')
exception_log = logging.getLogger('exception')
cronjob_log = logging.getLogger('cronjob')
online_log = logging.getLogger('online')
folder_log = logging.getLogger('folder')
bs_log = logging.getLogger('bs')
license_log = logging.getLogger('license')
......
[loggers]
; online --> 线上OCR日志:ocr_process.py
; folder --> 线下OCR日志:folder_ocr_process.py
; bs --> 线上流水识别结果日志,用于生成每日申请号-版式报表:bs_statistics.py
; license --> 线上证件识别结果日志,用于偶尔生成结果报表:license_statistics.py
; idcard --> 线上身份证识别结果日志,用于生成每日、每月身份证报表:idcard_daily.pyidcard_monthly.py
; compare --> celery compare日志
keys=root, running, exception, online, folder, bs, license, idcard, compare, django.db.backends
[handlers]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!