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

Logi TFS (LINUX)

Powers

New Member
Joined
May 10, 2010
Messages
19
Reaction score
0
Siema, jak włączyć te logi na linuxie co sie zapisują przy każdym wlaczaniu serwera na windzie zapisywalo mi sie w 'data\logs\server'
a na debianie nic nie ma?

Tak kompiluje serwer
Code:
./autogen.sh && ./configure --enable-mysql --enable-server-diag && make

dobra jak ktos potrzebuje

#!/bin/bash
ulimit -c unlimited
while true; do ./TFS >> data/logs/server/`date +%d-%m-%Y--%T`.txt; done
 
Last edited:
conifg.lua?

-- Logs
-- NOTE: This kind of logging does not work in GUI version.
-- For such, please compile the software with __GUI_LOGS__ flag.
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = "runfile.log"
outputLog = "outputlog.log"
truncateLogsOnStartup = true
 

Similar threads

Back
Top