[PR #688] [MERGED] Update log analyzer to support log format changes #751

Closed
opened 2026-02-15 15:56:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/688
Author: @13xforever
Created: 1/3/2021
Status: Merged
Merged: 1/3/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (7)

  • 477dca0 add RAM size check
  • a9e4b6d add Global prefix for settings to make it even more distinct
  • bf36dba update log parser for the new library override implementation
  • fa6acb8 update fatal error pattern
  • bfbea37 add windows version check
  • 9f39991 ugh
  • 004aa6d remove wiki links for patches

📊 Changes

5 files changed (+64 additions, -17 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+2 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs (+8 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+13 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+13 -8)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+28 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/688 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/3/2021 **Status:** ✅ Merged **Merged:** 1/3/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`477dca0`](https://github.com/RPCS3/discord-bot/commit/477dca024d28f4407e467964c0189a1689695bf5) add RAM size check - [`a9e4b6d`](https://github.com/RPCS3/discord-bot/commit/a9e4b6da8794b5de875ceb8683d428838be40f83) add Global prefix for settings to make it even more distinct - [`bf36dba`](https://github.com/RPCS3/discord-bot/commit/bf36dba4bd64d9b14fa46d23ce0366f3bd438dd9) update log parser for the new library override implementation - [`fa6acb8`](https://github.com/RPCS3/discord-bot/commit/fa6acb842a07daf79c9af0312a087788e43c36fe) update fatal error pattern - [`bfbea37`](https://github.com/RPCS3/discord-bot/commit/bfbea37d1fea69ae927959987a05c6acde722c22) add windows version check - [`9f39991`](https://github.com/RPCS3/discord-bot/commit/9f39991ae09e26faa09f410c29909adeb9317ddd) ugh - [`004aa6d`](https://github.com/RPCS3/discord-bot/commit/004aa6d23e9035657a1a64ae79ecebf491fd11d2) remove wiki links for patches ### 📊 Changes **5 files changed** (+64 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+2 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs` (+8 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+13 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+13 -8) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+28 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:47 -05:00
yindo closed this issue 2026-02-15 15:56:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#751