Skip to content

CondensedTea/LogWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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