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

TFS 1.0 Logs

dominique120

Science & Reason
Senator
Premium User
Joined
Jun 16, 2013
Messages
3,881
Solutions
3
Reaction score
1,046
Location
Númenor
How can I enable logging with TFS 1.0? I did it in 0.4 but I dont know how to do it in 1.0.
 
What do you mean by logging? Logging what? If you mean console output, forward it to a file or use tee.
 
You can logg use this command on linux:
Code:
screen -L ./theforgottenserver
If you are using windows, you can find somewhere in otland how to do it, at the moment i cant find it now.
 
You can logg use this command on linux:
Code:
screen -L ./theforgottenserver
If you are using windows, you can find somewhere in otland how to do it, at the moment i cant find it now.

This works great thanks

Windows @ cmd
Code:
theforgottenserver.exe > output.txt

I have no idea why after using this cmd will just sit there blinking and nothing happens. Its probably my computer because when I installed GIT it broke all my commands(I cant use ping, ipconfig...)
 
Back
Top