From 3c0f72b754c893c65b2e66f5a1b3a6ee544e05b1 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Sat, 23 Jul 2022 20:14:38 -0700 Subject: [PATCH] Disable the logging of FPS and such every minute. --- files/serverDZ.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/serverDZ.cfg b/files/serverDZ.cfg index 7e9f221..099bfd9 100644 --- a/files/serverDZ.cfg +++ b/files/serverDZ.cfg @@ -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 )