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 )