<< home

LogVault

LogVault - A free and simple way to log and inspect all requests to your API - or whatever you need to log and monitor - up to 10 MB per account

      

Method Description

How to send logs to LogVault

POST:

https://grosen.tools/submit-logvault

Headers:

'Content-Type: application/json',
"X-LogVault-Token: <token>"
                        

Headers example:

'Content-Type: application/json',
"X-LogVault-Token: EKSclp7uofzK22DQrNhhCg2bzz4RCqRiBVSUux7YHGYrBFgxOU"
                        

Message body:

log: Your log

Log body example (JSON):

{
    "log": "This is a test log"
}
                        

Output if succesful (JSON)

{
    "log": {
        "success":true,
        "message":"LogVault entry stored"
    }
}
                        

Limits

  • Max 60 log submissions per minute
  • Total logs storage is 10 MB per token. If new logs are submitted and the entires log stores exceed 10 MB, then the oldest data will be deleted from the log storage
  • For security reasons, some data are sanitised
No user data are tracked on this website