mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Disable the logging of FPS and such every minute.
This commit is contained in:
parent
381f3fbaf3
commit
3c0f72b754
1 changed files with 3 additions and 3 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue