The fantastic logging platform, aims to be developer friendly.
Overview
- Syslog/Rsyslog Logging
- Direct-from-code
- Developer Friendly
Quick Start
If you don’t want to do the full Syslog and you’re just looking to get data in as fast as possible, we provide a file with a few sample log lines, just replace LOGKEY with your Wrble log key (starts with “wrble_”) available on your Projects tab and run this:
curl https://www.wrble.com/static/sample.txt | \ |
We can also take an array of JSON objects:
echo [{\"message\": \"this is a logging message\"}] | \ |
Full documentation on sending us logs via HTTP