The Standard Output Logger plugin provides an alternative to the Loki plugin which is useful in debugging scenarios where sending a development environment’s logging output to Loki would be too noisy. This plugin is not meant for production use.
To configure the Standard Output Logger, create a file ending with .stdout
as follows:
{
"level": "INFO"
}
The "level"
property is one of:
All messages at or above the setting in severity will be logged to standard output.