Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 📜 DiscoLog

GitHub CI
Latest release
View documentation

> Use Discord as a logging service and error tracking solution

[video demo](https://youtu.be/886RByFPI3s)

Demo

## 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)