PhpBotFramework icon indicating copy to clipboard operation
PhpBotFramework copied to clipboard

Add Logging

Open danyspin97 opened this issue 9 years ago • 1 comments

Add logging to php errors and Bot API erros.

danyspin97 avatar Nov 26 '16 15:11 danyspin97

I'm working on this issue but I haven't enough time to do all by myself so feel free to contribute, here's a list of progress:

  • [x] Add Monolog as logging library
  • [x] Add logging for execRequest (which's the core of HTTP requests in PhpBotFramework)
  • [x] Add logging for setPayment
  • [ ] Add logging for inline queries
  • [ ] Add logging for commands (command unavailable, users who try to run admin commands, etc..)

ghost avatar Jul 23 '17 13:07 ghost