RaigorJiang commented on issue #21521:
URL:
https://github.com/apache/shardingsphere/issues/21521#issuecomment-1301726719
@koala775
After my test, I found that the exception is not caused by the printed
Actual SQL, we need to enable the Proxy's debug log and view the received
packets.
- Find logback.xml
```xml
<logger name="org.apache.shardingsphere" level="info" additivity="false">
<appender-ref ref="console" />
</logger>
```
- Change it to debug:
```xml
<logger name="org.apache.shardingsphere" level="debug" additivity="false">
<appender-ref ref="console" />
</logger>
```
And then restart Proxy and connect with client.
--
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]