Log
Send a log to Minilog
POST
https://api.minilog.dev/v1/logs/<project-name>
Headers
Name
Type
Description
Authorization *
string
Bearer <project-token>
Content-Type *
string
application/json
Request Body
Name
Type
Description
application *
string
The name of the application creating this log
severity *
string
'DEBUG' | 'INFO' | 'WARNING' | 'ERROR' | 'CRITICAL'
data *
string
The main content or message of the log
metadata
object
Additional JSON structured object to provide context for the log
created_at
number
unix timestamp (in seconds)
Last updated