• 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

redbull915

I learn...
Joined
Oct 10, 2008
Messages
235
Reaction score
0
Location
Poland/Radom
Chcial bym sie dowiedziec jak ustawic ostatnia czesc config.lua zwiozane sa tam rzecz z logami ale nie wiem jak zabardzo to ustawic dobrze aktualnie sa u mnie czyste ale nie wiem jak im nadac sciezki
Lua:
	adminLogsEnabled = "yes"
	displayPlayersLogging = "yes"
	prefixChannelLogs = ""
	runeFile = ""
	outLogName = ""
	errorLogName = ""
	truncateLogsOnStartup = "yes"
 
adminLogsEnabled = "yes"
displayPlayersLogging = "yes"
prefixChannelLogs = "yes"
runeFile = "logs\server"
outLogName = "out"
errorLogName = "error"
truncateLogsOnStartup = "yes"
 
Back
Top