Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Create a Discord Bot to read logs from Prod #168

Open
7 tasks
luabida opened this issue Feb 3, 2023 · 0 comments
Open
7 tasks

[FEAT] Create a Discord Bot to read logs from Prod #168

luabida opened this issue Feb 3, 2023 · 0 comments

Comments

@luabida
Copy link
Contributor

luabida commented Feb 3, 2023

Create a discord bot that can connect to a log file and stream them to a Discord Webhook.
In order to accomplish this, it will need to refactor the logging system to avoid capturing unwanted logs.

Some ideas I have are:

  • A new project specific to the Bot
  • Centralizing all the logs into the same parent directory and different directories to each service
  • A log tag, e.g: [DISCORD] or [BOT]
  • Using discord.py to create the async log extraction methods
  • ? Have the bot service running in a container
  • Update the discord message instead of generating a message to each log
  • A system in the discord that can connect the bot to a log file and configure its regex search
@luabida luabida added the support label Feb 3, 2023
@luabida luabida self-assigned this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants