Forward logs from your Slack bots and workflows to BunnyLogs in real time. Connect your workspace once with OAuth, or POST directly from any Slack bot using a single HTTP call. Searchable, filterable, and alertable — no webhooks to maintain.
Not looking for the /bunny Easter egg?
BunnyLogs is a developer logging tool, not the /bunny command built into some Slack workspaces. If you're here to forward logs from a Slack bot or workflow, you're in the right place.
Ops channels fill up fast. Alert bots, deploy notifications, monitoring systems, and team messages all land in the same thread. Finding that one error message from three hours ago means scrolling, searching Slack, or hoping someone pinned it.
Slack search is limited. You can't filter by log level, set a keyword alert, or see a structured timeline across multiple channels at once. And when you need to share a log snapshot with someone outside the Slack workspace, you're stuck copying text.
The BunnyLogs Slackbot reads messages as they arrive and forwards them to your log stream. You keep Slack for team communication — BunnyLogs gives you a structured, searchable view of the same data.
If your Slack bot generates log output, you can POST it to BunnyLogs from any language without installing the OAuth integration — just a plain HTTP call:
curl -X POST https://bunnylogs.com/live/YOUR-UUID \
-d "message=Order placed: #1042" \
-d "level=INFO" \
-d "program=slack-bot"
Replace YOUR-UUID with your logspace UUID from Settings.
| BunnyLogs field | Slack source |
|---|---|
message | Message text |
program | Channel name (e.g. #ops) |
level | INFO (default) |
timestamp | Slack message timestamp |
Connect Slack in 60 seconds. Free up to 100 KB/month.
Get started free Read the docs →