Skip to content
Dreae edited this page Jul 8, 2020 · 2 revisions

Welcome to the loggregate wiki!

Setup

Adding a server

To add a server you should first add a server mapping to loggregate. To add a server mapping, navigate to the servers page in loggregate and click 'New server'. The Name of your server is just a short name to help you identify this server in logs. The Server ID serves as the sv_logsecret value in game. This should be a numeric value, and one will be pre-generated for you when creating a new server. You should only edit this if you are having trouble.

You then need to configure your server. To do so, simply add the following lines to your server.cfg

log on
sv_logsecret 16741686
logaddress_add loggregate.example.com:26015

Replace 16741686 with your Server ID, and loggregate.example.com:26015 with the address of your loggregate server.

Clone this wiki locally