[PR #646] [MERGED] Added cycle logging #14305

Open
opened 2026-06-07 12:23:33 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/646
Author: @ipkpjersi
Created: 12/28/2023
Status: Merged
Merged: 9/21/2024
Merged by: @Dark98

Base: masterHead: cyclelogging


📝 Commits (3)

📊 Changes

4 files changed (+97 additions, -6 deletions)

View changed files

📝 2006Scape Server/ServerConfig.Sample.json (+3 -1)
📝 2006Scape Server/src/main/java/com/rs2/ConfigLoader.java (+5 -0)
📝 2006Scape Server/src/main/java/com/rs2/Constants.java (+2 -2)
📝 2006Scape Server/src/main/java/com/rs2/GameEngine.java (+87 -3)

📄 Description

This is very cool, it includes performance metrics for cycle logging. It works great with the print stream PR too.


🔄 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/2006-Scape/2006Scape/pull/646 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `cyclelogging` --- ### 📝 Commits (3) - [`c25e8f8`](https://github.com/2006-Scape/2006Scape/commit/c25e8f8c7152903ffb437280f34ca66761bc195d) Added cycle logging - [`e61daec`](https://github.com/2006-Scape/2006Scape/commit/e61daeca8a367f578b8624e50f2a1b36b0aee74d) Use properties for cycle logging - [`f8a72eb`](https://github.com/2006-Scape/2006Scape/commit/f8a72eb3ab8230d13bcb86c4d13a8d3d2308b1c3) Improved cycle logging ### 📊 Changes **4 files changed** (+97 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/ServerConfig.Sample.json` (+3 -1) 📝 `2006Scape Server/src/main/java/com/rs2/ConfigLoader.java` (+5 -0) 📝 `2006Scape Server/src/main/java/com/rs2/Constants.java` (+2 -2) 📝 `2006Scape Server/src/main/java/com/rs2/GameEngine.java` (+87 -3) </details> ### 📄 Description This is very cool, it includes performance metrics for cycle logging. It works great with the print stream PR too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-07 12:23:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#14305