Launching Individual Game Server Logs
Key Takeaways
Game Server Logs are now live for all experiences, giving you visibility into errors and warnings. This update helps you diagnose and resolve server issues faster with filtering and search.
You can find the new logs tab on the Server Details page in Creator Hub.
Hi Creators,
Game Server Logs are now live! You can now access server-based Error and Warning logs directly within Creator Hub or via our new Open Cloud APIs. This update provides the visibility you need to diagnose issues faster, allowing you to filter, search, and analyze your server logs.
Creator Hub Details
Our updated Server Details view in Creator Hub now features a dedicated tab called “Logs”, next to “Players”. This interface allows for a quick review of log timestamps, issue severity, and core messages. Additionally, you can expand any entry to inspect full stack traces, along with message templates and context objects for those utilizing the Structured Logging API.
Please keep in mind that server-emitted logs may take around 3 minutes to populate within the Creator Hub or appear via API responses. Our team is investigating ways to minimize this latency.
image21314×981 84.3 KB
Filtering and Search
You can quickly parse through long-lived or spammy servers with many logs:
• Date Range Filtering: Use preset ranges or define custom windows to narrow down your analysis.
• Severity Filtering: Isolate specific issue levels.
• Search: Find specific events by searching within the message, template, context, and stack traces.
image31318×1055 107 KB
API Details
For developers looking to integrate server logs into external tools, we’re launching new Open Cloud APIs. You can access the documentation here.
Rate Limits
To ensure platform stability, there are two ways logs are rate limited at the server level:
Rate Limits
To ensure platform stability, there are two ways logs are rate limited at the server level:
•
Identical messages: 10 pe…