Skip to content

Commit

Permalink
[删除]readme日志
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Nov 21, 2024
1 parent f285797 commit 3c0144b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,3 @@ sqlstmts = SqlStatements(sql)
## 支持的的settings[【conf/settings.py】](https://github.com/longfengpili/pydbapi/blob/master/pydbapi/conf/logconf.py)
+ AUTO_RULES
可以自动执行表名(表名包含即可)

## 调用日志格式
1. 查看每步sql可以使用如下日志格式(如果还出错,同时加上下面的内容)
```python
import logging
dblogger = logging.getLogger('pydbapi.db.base')
dblogger.setLevel(logging.DEBUG)
```

0 comments on commit 3c0144b

Please sign in to comment.