jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
898 stars 151 forks source link

Add Player logging #218

Closed Dashboy1998 closed 4 months ago

Dashboy1998 commented 4 months ago

Resolves #216

Adding in logging as a background task instead of using supercronic so we don't need to create temporary files

Test instructions

  1. Start a server
  2. Verify it logs it you leaving and joining in docker
  3. With players in game test with others joining
  4. Test multiple players joining within the same polling period
  5. Delete player data, create a new players with any name that may break it (Spaces, commas, numbers, etc)
Dashboy1998 commented 4 months ago

Closing since this feature was added by another commit.

jammsen commented 4 months ago

Thanks for your contribution, happy to revisit the topic and maybe add a combination of both mechanics!