This application uses the winston logging package to provide granular logging from verbose to error only.
It also uses the winston-papertrail package to optionally send logging to the papertrail, a cloud logging solution that provides web based viewing, filtering and log based alerts.
By default the application logs at the verbose level. You can reduce the amount of output that it writes to the console by setting the environment variable LOG_LEVEL to one of the following:
- error
- warn
- info
- verbose
If you would like to take advantage of papertrail logging, first setup an account at www.papertrail.com. Once your account is set up, add the following environment variables:
- PAPERTRAIL
- PAPERTRAIL_HOST - host provided by papertrail
- PAPERTRAIL_PORT - port provided by papertrail
- Main README for project
- Running this project locally
- How this app works
- Using Persistent Storage
- Creating your own lessons
- Limiting access to your bot with "beta mode"
- Ask Buttons and Cards School Webex Teams space.