RaigorJiang commented on issue #13058:
URL:
https://github.com/apache/shardingsphere/issues/13058#issuecomment-945537385
@penghuazhou
Please adjust the log level of Proxy to `DEBUG`, and then observe the SQL
received by Proxy.
This configuration is in `logback.xml`:
```
<logger name="org.apache.shardingsphere" level="debug" additivity="false">
<appender-ref ref="console" />
</logger>
```
And the key words of log: `Execute packet type`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]