How to log crashes?

Post Reply
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri May 18, 2012 3:20 pm

How to log crashes?

Post by soja »

We've needed to disable the "console wrapper" on our linux dedi so we can no longer view what happens on a server crash. Is there a log setting we can set to be able to see what happens when a server crashes? Our log files for the server just cut off mid-line when the server crashes, and nothing about the cause of the crash is revealed to us.
Not a NFO employee
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to log crashes?

Post by Edge100x »

If you turn on condebug, you may see more lines written to the console.log. But, that log can get big very fast (especially in your case, since you had a broken map that was pumping out thousands of console lines), so you won't want to leave that on for very long.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: How to log crashes?

Post by soja »

Thanks John, i'll give that a shot.
Not a NFO employee
Post Reply