Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 807 Bytes

LogWatcher

Build codecov

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.

How to use:

  1. Set up your TF2 server to send logs by UDP:
logaddress_add <logwatcher-IP-address>:27100
  1. Create your config with config.template.yaml

  2. Build Docker image and run server on 27000/udp:

make build run