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 was archived by the owner on Dec 8, 2020. It is now read-only.
I followed the instructions for installing Timber 2.1.0 into my project on https://docs.timber.io/setup/languages/python. When trying to configure my app for STDOUT logging for Heroku, I noticed that timber.Formatter() was not available in the installed package. Upon downloading the wheel package and decompressing, I noticed that timber/init.py stated the version was 2.0.0 (shown below)
Additionally, the STDOUT documentation on the above page states to use timber.Formatter(), which also doesn't exist. Needs updated to reflect the TimberFormatter() module defined in code.
I followed the instructions for installing Timber 2.1.0 into my project on https://docs.timber.io/setup/languages/python. When trying to configure my app for STDOUT logging for Heroku, I noticed that timber.Formatter() was not available in the installed package. Upon downloading the wheel package and decompressing, I noticed that timber/init.py stated the version was 2.0.0 (shown below)
Additionally, the STDOUT documentation on the above page states to use timber.Formatter(), which also doesn't exist. Needs updated to reflect the TimberFormatter() module defined in code.