• 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!

[Linux]TFS 0.3.4pl2 no logs :(

Wiw3K

New Member
Joined
Apr 16, 2008
Messages
371
Reaction score
3
as title says , my tfs doesnt save log file but in config.php i have this :

Lua:
-- Logs
        adminLogsEnabled = "no"
        displayPlayersLogging = "yes"
        prefixChannelLogs = ""
        runeFile = ""
        outLogName = "output"
        errorLogName = "error"
        truncateLogsOnStartup = "no"


btw. anyone have auto-restarter for that tfs? :p (For Debian(Linux))
 
adminLogsEnabled = "yes"
displayPlayersLogging = "yes"
prefixChannelLogs = "yes"
runeFile = "logs\server"
outLogName = "out"
errorLogName = "error"
truncateLogsOnStartup = "yes"
 
yea i have no idea too :(

thats my config part
Lua:
-- Logs
adminLogsEnabled = "yes"
displayPlayersLogging = "yes"
prefixChannelLogs = "yes"
runeFile = "logs\server"
outLogName = "out"
errorLogName = "error"
truncateLogsOnStartup = "yes"

then i run server and after a while i go to /data/logs & there is nothing or only logs from GM's ...
 
Slawkens is viewing, I am sure he can help you.
Prepare to be amazed!

nah, I have no idea : (

If you use debian, I don't see any reason why it shouldn't work. From sources I see that there logs should be placed in /data/logs. I'm not using such type of logging so I've had no occasion to test it.

Put I guess that this file must be created before using it.

Try to change in config

outLogName = "server/out.log"
errorLogName = "server/error.log"


and create these files (data/logs/server/out.log + error.log)
 
Back
Top