callofduty4x / CoD4x_Server

Extended Call of Duty 4 server
https://cod4x.ovh
GNU Affero General Public License v3.0
331 stars 121 forks source link

log sync is not working #376

Closed vikumkbv closed 2 years ago

vikumkbv commented 2 years ago

when we add the log sync option it is not working and automatically overrides to g_logsync 0

Add the following to the server cfg // Log Settings set g_logsync "2" set logfile "1" set g_log "promod_mp.log" set sv_log_damage "1"

But this is the config that presents in the q3config_server.cfg (auto-generated file) seta g_log "games_mp.log" seta g_logsync "0"

Please fix this b3 is not working due to this

AlexanderCurl commented 2 years ago

There is nothing to do with the server, it is scripted in promod to disable logs.

K-Faktor commented 2 years ago

All settings are stored in the promod_ruleset/custom_public.gsc script custom_public

K-Faktor commented 2 years ago

The topic can be closed

vikumkbv commented 2 years ago

this is with match mode "match_mr12" in mod pml220

K-Faktor commented 2 years ago

provide a mod if it doesn't bother you

vikumkbv commented 2 years ago

issue if fixed when using custom_public