Disable the logging of FPS and such every minute.

This commit is contained in:
Daniel Ceregatti 2022-07-23 20:14:38 -07:00
parent 381f3fbaf3
commit 3c0f72b754

View file

@ -37,9 +37,9 @@ motdInterval = 300; // Time interval (in seconds) between each message
maxPing= 200; // Max ping value until server kick the user (value in milliseconds)
timeStampFormat = "Short"; // Format for timestamps in the .rpt file (value Full/Short)
logAverageFps = 60; // Logs the average server FPS (value in seconds), needs to have -dologs launch parameter active
logMemory = 60; // Logs the server memory usage (value in seconds), needs to have the -dologs launch parameter active
logPlayers = 60; // Logs the count of currently connected players (value in seconds), needs to have the -dologs launch parameter active
logAverageFps = 0; // Logs the average server FPS (value in seconds), needs to have -dologs launch parameter active
logMemory = 0; // Logs the server memory usage (value in seconds), needs to have the -dologs launch parameter active
logPlayers = 0; // Logs the count of currently connected players (value in seconds), needs to have the -dologs launch parameter active
logFile = "server_console.log"; // Saves the server console log to a file in the folder with the other server logs
adminLogPlayerHitsOnly = 0; // 1 - log player hits only / 0 - log all hits ( animals/infected )