rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.79k stars 1.23k forks source link

Unify the use of lombok @Slf4j instead of e.printStackTrace() #1443

Closed panic08 closed 2 days ago

panic08 commented 1 month ago

Our project has lombok installed, and we use the @Slf4j annotation in many classes for error logging. However, there are places where we use normal stack trace. I propose to unify this and use @Slf4j everywhere