Page 1 of 1

Logs are disabled in the "production" environment. ??

Posted: 07 Nov 2019, 14:06
by BestNoob
Guys can u tell me what this means ?
Script 'Mode:TimeAttack': [LOG]1> [Log] Logs are disabled in the "production" en
vironment.

Code: Select all

Starting ManiaPlanet date=2019-10-23_20_00 Svn=xxxxxxxx GameVersion=3.3.0...
Configuration file : xxxxxxxxxxxxx.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Listening for xml-rpc commands on port xxxxx.
Match settings file : MatchSettings\xxxxxxx.txt
Loading match settings...
...Match settings loaded
Autostart server on internet
URL: maniaplanet://#join=bestnoobvalley@TMValley@nadeo
Starting server...
Loading map urgovalleya6_121771.Map.gbx (oAaAYX1dQBpwXP5YtKkMXb9Qb8e)...
...Load succeeds
Script 'Mode:TimeAttack': [LOG]1> [Log] Logs are disabled in the "production" en
vironment.

Starting Match...
...Synchronization
...Play

Re: Logs are disabled in the "production" environment. ??

Posted: 07 Nov 2019, 14:32
by Eole
It just means that the logs (debug informations added to the server log) from the game mode script are disabled by default. If you need to enable them, you have to change the S_ScriptEnvironment setting value from "production" to "development".

Re: Logs are disabled in the "production" environment. ??

Posted: 07 Nov 2019, 17:44
by BestNoob
kk thx.