dragon-zhang opened a new issue, #3777:
URL: https://github.com/apache/shenyu/issues/3777
### Question
Writing to log file is better than writing to console, I plan to add the
following to `shenyu_checkstyle.xml`:
```xml
<module name="RegexpSingleline">
<property name="format" value="\.printStackTrace"/>
<property name="message" value="Prohibit invoking .printStackTrace
in source code ! Please use org.slf4j.Logger instead."/>
</module>
```
--
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]