https://github.com/mrdotb/disco-log
📜 Use Discord as a logging service and error tracking solution
https://github.com/mrdotb/disco-log
Last synced: about 2 months ago
JSON representation
📜 Use Discord as a logging service and error tracking solution
- Host: GitHub
- URL: https://github.com/mrdotb/disco-log
- Owner: mrdotb
- License: mit
- Created: 2024-08-24T22:05:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T13:15:31.000Z (2 months ago)
- Last Synced: 2025-04-02T04:09:28.469Z (2 months ago)
- Language: Elixir
- Homepage: https://youtu.be/gYFN15aHP6o
- Size: 202 KB
- Stars: 40
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 📜 DiscoLog
> Use Discord as a logging service and error tracking solution
[video demo](https://youtu.be/gYFN15aHP6o)
[
](https://discord.gg/ReqNqU7Nde)
## Configuration
Take a look at the [Getting Started guide](/guides/getting-started.md)
## Development
You will need a Discord server and a bot to develop on DiscoLog.
```bash
cp config/dev.examples.exs config/dev.exs
```We have a `dev.exs` script that you can use to test DiscoLog locally.
## Credits
Big thanks to the following projects for inspiration and ideas:
- [error-tracker](https://github.com/elixir-error-tracker/error-tracker)
- [sentry-elixir](https://github.com/getsentry/sentry-elixir)
- [appsignal-elixir](https://github.com/appsignal/appsignal-elixir)