KagurazakaNyaa / palworld-docker

Palworld dedicated server with docker
https://hub.docker.com/r/kagurazakanyaa/palworld
GNU Affero General Public License v3.0
91 stars 16 forks source link

Output game server logs to docker logs #12

Closed C0Nd3Mnd closed 5 months ago

C0Nd3Mnd commented 5 months ago

This container currently doesn't seem to output any game server output to docker logs. I can only see the output of steamcmd. The server is running fine, just no game server logs with docker logs <container_name>.

KagurazakaNyaa commented 5 months ago

The game server itself does not provide log output to stdout, nor is it configurable, nor is it written to a log file, so it is impossible for me to print out the server log.