Page 1 of 1

Couple questions about server logs and fprintf statements

Posted: Sat Feb 28, 2015 12:03 pm
by Delaide
I am wonder. I notice I see two server logs, the one for lobby and the one for game. But, there does not appear to be a log file for the search server. Does it only generate a log file during special conditions, or no log file at all?

What I am trying to do is capture the text in the consoles, and output it into a vb.net applications. I have tried to find how to get the live stream from the consoles themselves, but none of the methods I am trying are working, so I figured I could just capture the log files, since it records everything going on from the console fprintf stream. I guess if anyone knows a good way to capture directly from the console, that would be better, but for now, I just want to identify if the search server even makes log files, so I know if I should bother with this stream?

Re: Couple questions about server logs and fprintf statement

Posted: Sat Feb 28, 2015 1:40 pm
by whasf
The search server doesn't write to a file. Shouldn't be hard to put in though.