Write log

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

post/log

Query parameters

directorystring

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

Changes

No recorded changes to this endpoint across all 102 revisions of this API.