AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Solved Server.cfg problem (https://forums.alliedmods.net/showthread.php?t=304931)

ArminC 02-01-2018 03:44

Server.cfg problem
 
Help me fix this log problem:

HTML Code:

L 02/01/2018 - 10:55:34: Log file started (file "logs\L0201010.log") (game "cstrike") (version "48/1.1.2.7/Stdio/1383")
usage:  log < on | off >
currently logging
"mp_logdetail" is "0"
usage:  log < on | off >
currently logging
"mp_logdetail" is "0"
usage:  log < on | off >
currently logging
usage:  log < on | off >
currently logging
Connection to Steam servers successful.
  VAC secure mode is activated.
Server logging data to file logs\L0201011.log
couldn't exec banned.cfg
couldn't exec listip.cfg
Server logging data to file logs\L0201012.log
usage:  log < on | off >
currently logging
"mp_logdetail" is "0"
usage:  log < on | off >
currently logging
"mp_logdetail" is "0"
usage:  log < on | off >
currently logging
usage:  log < on | off >
currently logging

Fixed
This was the problem: // Bitwise cvar to set the level of detail for logging attacks "mp_logdetail 0" » Log no attacks; "mp_logdetail 1" » Log enemy attacks; "mp_logdetail 2" » Log teammate attacks"; mp_logdetail 3" » Log enemy AND teammate attacks

-- I had to remove » symbol to fix usage: log < on | off > and to remove "mp_logdetail 2" (instead using 2 ->) to remove "mp_logdetail" is "0" [was considered as a command ?]


All times are GMT -4. The time now is 06:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.