v1

latestSwagger 2.0Apache 2.02026-07-17131416.5 KB

Initializes the logger by specifying two named pipes (i.e. for the logs and metrics output).

put/logger

Request body

log_fifostring

The named pipe for the human readable log output.

metrics_fifostring

The named pipe where the JSON-formatted metrics will be flushed.

level'Error' | 'Warning' | 'Info' | 'Debug'

Set the level.

show_levelboolean

Whether or not to output the level in the logs.

show_log_originboolean

Whether or not to include the file path and line number of the log's origin.

Response

Logger created.