From time to time, it is permissible to provide user feedback via the runtimes Console API. The primary usecase is to provide detailed error tracking in production or staging environments, and technical feedback in development environments.
To ensure the relevant information is displayed, the LogManager provides three methods of outputting to the console:
All environments
Development environment only
Non-development environments
Configuration
The LogManager uses the mode configuration value which defaults to production. If you are in a development environment set mode to local.