website logo
⌘K
What is Gameye?
Getting started
Getting ready to start
1. Set up your Docker Hub account
2: Set up your organization on Gameye
3. Sort and push your Docker file
4. Configure your ports
5. Start the API call
API
API endpoints
Regions and locations
Error handling
Guides
Integrations
Using Gameye
Working with Docker
Support
Getting support
Giving feedback
Troubleshooting
Troubleshooting problems
FAQs
How do I start using Gameye?
Do you require authorisation to use the API?
How does Gameye scale?
What is the difference between a location and a region?
Is Gameye free to use?
FAQs
Glossary
Docker
Container
Region
Image Registry
Bare metal
Flex metal
Cloud
Matchmaker
Changelogs
Docs powered by
Archbee
Guides
Using Gameye

Generating logs

3min

There are two types of logs you can get about your containers.

Getting Docker logs

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

Getting artifact logs

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?
PREVIOUS
Selecting the correct build
NEXT
Switch on Smarthost (BETA)
Docs powered by
Archbee
TABLE OF CONTENTS
Getting Docker logs
Getting artifact logs
Docs powered by
Archbee