Service for centralised log collection from tf2 servers.
Made for tf2pickup.org project.
Features:
- Collect logs from multiple servers
- Upload logs to https://logs.tf.
- Save basic players stats to mongodb.
- Set up your TF2 server to send logs by UDP:
logaddress_add <logwatcher-IP-address>:27100
-
Create your config with
config.template.yaml
-
Build Docker image and run server on 27000/udp:
make build run