🗒

Setup centralized logging for game servers

Create a new account on logz.io or login with your Google account.
Go to Settings in the left hand panel--> Under account settings, copy your Token
Provide your logz.io token as a header in your PlayFlow API requests when starting a server. This will allow you to retrieve the server logs.
The logz.io token header is going to be loggingtoken and the value will be your logs.io token.
Here is an example POST API Request:
post
https://api.cloud.playflow.app/start_game_server
Logz.io Dashboard
Once your PlayFlow server is launched, you can view the server logs in logz.io. Click here for more details about collecting and analyzing your server logs.