Skip to content

Commit

Permalink
[优化]LOGGING_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Sep 12, 2023
1 parent 3359528 commit 467af3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydbapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# @Author: chunyang.xu
# @Date: 2023-06-02 15:27:41
# @Last Modified by: longfengpili
# @Last Modified time: 2023-07-27 15:35:31
# @Last Modified time: 2023-08-11 11:13:58
# @github: https://github.com/longfengpili


import os
import logging.config
from pydbapi.conf.logconf import LOGGING_CONFIG
from pydbapi.conf import LOGGING_CONFIG
logging.config.dictConfig(LOGGING_CONFIG)

os.environ['NUMEXPR_MAX_THREADS'] = '16'
Expand Down

0 comments on commit 467af3e

Please sign in to comment.