Logging
Rivet provides a system for collecting logs from your servers in real-time for free. This allows you to monitor your game's activity and debug issues. Logs are collected from your game server automatically and are available in the Rivet Hub.
Limitations
Our logs are tailored to support logging infrequent events like players joining/leaving or occasional in-game events. We don't recommend logging things that happen every tick.
Limitation | Value | What happens when exceeding? |
---|---|---|
Line length | 1024 characters per line | Lines are truncated to 1024 characters |
Rate limit per server | 960 lines every 15 seconds (15 logs/s) or 1,200 lines every 5 minutes (4 logs/s) | Log lines are dropped until next interval |