• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 0.X 0.3.6 what do i do here config.lua

samuel157

Intermediate OT User
Joined
Mar 19, 2010
Messages
616
Solutions
4
Reaction score
122
Location
São Paulo, Brazil
GitHub
Samuel10M
LUA:
   adminLogsEnabled = true
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outLogName = ""
    errorLogName = ""
    truncateLogsOnStartup = false
 

-D__ENABLE_SERVER_LOGS__
-D__GUI_LOGS__

 

I have already added these flags to compile, but even so I press CTRL + Z or CTRL + J and the report does not appear in the Logs folder.

 

adminLogsEnabled = true

displayPlayersLogging = true

prefixChannelLogs = ""

runFile = "logs/run.log"

outLogName = "logs/out.log"

errorLogName = "logs/error.logs"

truncateLogsOnStartup = false

 

no function
 
Last edited:
Back
Top