How to write log to OpenWRT syslog?
khoailangdo opened this issue · 1 comments
khoailangdo commented
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!
liudf0716 commented
try logread
to see whether it appeared or not