Rob Sherwood <[email protected]> writes: > The missing nox messages we are looking for match /DBG/: the potential > confusion is these messages might not go to syslog and might not go to > syslog level debug. How do we log these messages? > > If we run in non-daemon mode, these messages show up on console a > plenty, but when we run in daemon mode, they disappear. My guess from > a quick glance through the code and `lsof` is that they get written to > a unix socket (/tmp/vlog.$$) and are never heard from again. Is there > some sort of extra daemon (vlogd?) that we are supposed to be running > to get these messages?
That's not the right direction. Those sockets are used only for configuring vlog. They are not a destination for log messages. I would verify that logging DBG-level messages is actually enabled at runtime. The -l option to vlogconf can help you with this. _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
