• 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 [Q] How to Log startup errors?

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
Hey!
I wanna log all errors from the start of my server...
when I do ./theforgottenserver i want it to log the startup of the server, so I can see all bugs in a logfile called: errors.log(example)
How can I do that?
thx
 
start your server by this
Screen -L ./theforgottenserver
and if you don't have screen you can install it by this command apt-get install screen
 
Back
Top