rubenlagus / TelegramBots

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

Some exceptions are only logged into a file, but not into the logger #71

Closed nidi3 closed 8 years ago

nidi3 commented 8 years ago

see lines https://github.com/rubenlagus/TelegramBots/blob/bb110e1127b4857adfacdf34070fc3735371813f/src/main/java/org/telegram/telegrambots/BotLogger.java#L135-L161 is this on purpose or just a copy/paste error?

rubenlagus commented 8 years ago

Sorry, copy/paste is always a bad idea.... will fix, thanks