Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrdotb/disco-log
📜 Use Discord as a logging service and error tracking solution
https://github.com/mrdotb/disco-log
Last synced: 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T08:42:23.000Z (2 months ago)
- Last Synced: 2024-09-05T12:07:54.098Z (2 months ago)
- Language: Elixir
- Homepage: https://youtu.be/886RByFPI3s
- Size: 118 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📜 DiscoLog
> Use Discord as a logging service and error tracking solution
[video demo](https://youtu.be/886RByFPI3s)
## 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)