Filter out common items from /logs #164

Merged
sirdog3355 merged 1 commit from enhance/logs-omissions into dev 2025-12-05 23:46:37 -05:00
sirdog3355 commented 2025-12-05 23:46:24 -05:00 (Migrated from github.com)

Per #159, this commit ensures that /logs omits:

  • Any line which is simply logging the loading of a cog, listener, or task.
  • Any date-header line.
  • Line which indicates how many commands were synced.
  • The "Hello, world!" line.
  • :INFO:discord.client: logging in using static token
  • :WARNING:discord.client: PyNaCl is not installed, voice will NOT be supported

This had the unintended side-effect of causing every log item to have a space between them. Given the amount of character limit real-estate I've gained filtering out such common items I'll just leave it in as a readability win.

Closes #159

Per #159, this commit ensures that `/logs` omits: - Any line which is simply logging the loading of a cog, listener, or task. - Any date-header line. - Line which indicates how many commands were synced. - The "Hello, world!" line. - `:INFO:discord.client: logging in using static token` - `:WARNING:discord.client: PyNaCl is not installed, voice will NOT be supported` This had the unintended side-effect of causing every log item to have a space between them. Given the amount of character limit real-estate I've gained filtering out such common items I'll just leave it in as a readability win. Closes #159
Sign in to join this conversation.
No description provided.