RealistikGDPS / Ognisko

The complete GD-facing backend for RealistikGDPS, written in Python.
GNU Affero General Public License v3.0
15 stars 4 forks source link

Add Discord webhook support for structured logging. #57

Open RealistikDash opened 10 months ago

RealistikDash commented 10 months ago

Add an optional, configurable logging handler that is able to post logs into a Discord chat via a webhook.

This is nice for errors to be quickly spotted and investigated. This will likely be always set at en extremely high logging level (warning/error).

RealistikDash commented 7 months ago

Delayed until #74 is merged.