curl --request PUT \
--url https://dev.startree.ai/loggers/{loggerName} \
--header 'Authorization: <api-key>'
{}
Set logger level for a given logger
curl --request PUT \
--url https://dev.startree.ai/loggers/{loggerName} \
--header 'Authorization: <api-key>'
{}
The format of the key is "Basic <token>" or "Bearer <token>"
Logger name
Logger level
successful operation
The response is of type object
.
Was this page helpful?