Make excluding certain text in /log more efficient and configurable #199

Merged
sirdog3355 merged 1 commit from enhance/logs-ifand-chain into dev 2025-12-22 00:58:45 -05:00
sirdog3355 commented 2025-12-22 00:58:18 -05:00 (Migrated from github.com)

Replaced the if not... and not chain with a more efficient use of any() with a generator instead. While not in the original issue, because why not, I've also made the list of text to exclude configurable now.

Closes #195

Replaced the `if not... and not` chain with a more efficient use of `any()` with a generator instead. While not in the original issue, because why not, I've also made the list of text to exclude configurable now. Closes #195
Sign in to join this conversation.
No description provided.