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.
screen -L ./theforgottenserver
You can logg use this command on linux:
If you are using windows, you can find somewhere in otland how to do it, at the moment i cant find it now.Code:screen -L ./theforgottenserver
Windows @ cmd
Code:theforgottenserver.exe > output.txt