Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

An API key is a token that you provide when making API calls. Read more about how to secure your project.

Include the API key to the Authorization header, for instance:

If you use a SDK, ensure you instantiate the client with the API key, for instance with JS SDK:

Body

application/json

Request body for updating stderr log configuration

target
string
default:info

Log targets to filter. Format: code_part=log_level (e.g., milli=trace,actix_web=off)

Example:

"milli=trace,index_scheduler,actix_web=off"

Response

The console logs have been updated.