Log to file as dedicated server (do not use syslog any more).
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
void
|
||||
loghelper_init(const std::string & /*logDir*/)
|
||||
{
|
||||
// Do not log to file as client.
|
||||
}
|
||||
|
||||
void
|
||||
internal_log_err(const string &msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user