liudf0716/apfree-wifidog

How to write log to OpenWRT syslog?

khoailangdo opened this issue · 1 comments

I changed like this:
debugconf_t debugconf = { .debuglevel = LOG_WARNING, .log_stderr = 1, .log_syslog = 1, .syslog_facility = 1 };
But I still don't see the log in OpenWRT syslog.
What happened? Please help me!

try logread to see whether it appeared or not