v15

latestOpenAPI 3.1.1raw.githubusercontent.com2026-06-05137173413.9 KB

Write log

Write a log entry to the server logs with specified level and metadata.

post/log

Query parameters

directorystring
workspacestring

Request body

servicestring required

Service name for the log entry

level'debug' | 'info' | 'error' | 'warn' required

Log level

messagestring required

Log message

extraobject

Additional metadata for the log entry

Response

Log entry written successfully

boolean required