We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<sharding-jdbc.version>1.5.0</sharding-jdbc.version>
不配置sql.show属性,默认为关闭
没有配置sql.show,但是默认为开启 控制台输出日志如下: [INFO] [2017-08-11 10:54:08,644] [Sharding-JDBC-SQL] [http-nio-8140-exec-7] [] [] [] Actual SQL: singleDB ::: select
不配置sql.show, 正常case跑
建议这两个参数都能默认为false
<rdb:props> <prop key="metrics.enable">false</prop> <prop key="sql.show">false</prop> </rdb:props>
The text was updated successfully, but these errors were encountered:
fixed at 1.5.1
Sorry, something went wrong.
No branches or pull requests
Which version of Sharding-Jdbc do you using?
<sharding-jdbc.version>1.5.0</sharding-jdbc.version>
Expected behavior
不配置sql.show属性,默认为关闭
Actual behavior
没有配置sql.show,但是默认为开启
控制台输出日志如下:
[INFO] [2017-08-11 10:54:08,644] [Sharding-JDBC-SQL] [http-nio-8140-exec-7] [] [] [] Actual SQL: singleDB ::: select
Steps to reproduce the behavior
不配置sql.show, 正常case跑
Please provide the reproduce example codes (such as github link) if possible.
建议这两个参数都能默认为false
The text was updated successfully, but these errors were encountered: