为什么syslog在samba中不打印任何内容?

时间:2018-10-01 14:25:20

标签: centos syslog samba

我在samba代码(https://www.samba.org/samba/history/samba-4.4.4.html)中添加了日志

#include <syslog.h>

void someFunctionInSamba() 
{
    syslog(LOG_ERR, "my logs samba");
}

我在下一个文件夹的文件中使用了日志功能:

/samba-4.4.4/auth and all subdirectories
/samba-4.4.4/source3/smbd/server.c and a few otherfiles
/samba-4.4.4/source3/auth and all subdirectories

/samba-4.4.4/source4/smbd/server.c and a few otherfiles
/samba-4.4.4/source4/auth and all subdirectories

我已成功连接到smb share,但在/ var / log /文件夹中没有看到任何日志。我用过grep。我认为应该执行此模块中的至少一个功能并写入日志。

0 个答案:

没有答案