You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
I've searched for any related issues and avoided creating a duplicate issue.
Description
Currently, all logging is done to the file specified by LOGFILE, which is configurable. It would be useful to allow more advanced logging configurations via python logging configuration files, as shown here in the python documentation.
Reproducible in:
This is reproducible in the sample project.
RTMBot version: 0.4.0
Python version: 2.7.11
OS Version: All
The text was updated successfully, but these errors were encountered:
This library could use a lot more debug and other logging. I'd prefer it to inherit the app's default logger than implement a logger specific to this package. I've also been adding logging to the underlying slackclient library which will enable more logging within rtmbot.
Description
Currently, all logging is done to the file specified by LOGFILE, which is configurable. It would be useful to allow more advanced logging configurations via python logging configuration files, as shown here in the python documentation.
Reproducible in:
RTMBot version: 0.4.0
Python version: 2.7.11
OS Version: All
The text was updated successfully, but these errors were encountered: