To support these various usage models, we have different logging levels, some of which may also trigger alerts, such as the following: DEBUG level: Information at this level is about anything that happens in the program, most often used during debugging. Often, debug logs are disabled in production but temporarily enabled during troubleshooting. INFO level: Information at this level consists of actions that are user-driven or system specific (e.g., “beginning credit card transaction”). WARN level: Information at this level tells us of conditions that could potentially become an error (e.g., a
...more

