Guides
Using Gameye
Generating logs
2min
There are two types of logs you can get about your containers.
Show information from a running container related to your game binary. In some cases, docker logs might not show useful information unless you take a few extra steps.
You can use our platform to query these logs through our endpoint:
https://api.gameye.io/query/log
Starts downloading an artifact. This could be a file or a folder inside the container. The path should be an absolute Unix path to a specific file or folder.
You’ll get the artifact in a .tar.gz archive with your file or folder.
Please limit your download size to a maximum of 100 MB.
You can use our platform to query this folder or file through the endpoint:
https://api.gameye.io/artifacts
Updated 14 Jun 2023
Did this page help you?