[Tutor] Logging module

Tiger12506 keridee at jayco.net
Thu Jul 26 00:03:01 CEST 2007


> I found the problem.  It was rather simple actually. I didn't have remote
> logging enabled for syslog.  Even though I was logging to localhost, for
> some reason, it wouldn't work until I gave syslogd a -r at startup. 
> Thanks

localhost is still remote, in that sockets are used to reach it. The 
implementation doesn't know the difference between 127.0.0.1 and 241.12.31.7 
because it's easier than making a special case.

JS 



More information about the Tutor mailing list