Couple questions about server logs and fprintf statements

Any discussion not related to the other forum topics
Post Reply
Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Couple questions about server logs and fprintf statements

Post by Delaide » Sat Feb 28, 2015 12:03 pm

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?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Couple questions about server logs and fprintf statement

Post by whasf » Sat Feb 28, 2015 1:40 pm

The search server doesn't write to a file. Shouldn't be hard to put in though.
-- Whasf

Post Reply