[cs631apue] Log problem

Jan Schaumann jschauma at stevens.edu
Mon Nov 3 22:03:01 EST 2014


Boxiang Dong <bdong at stevens.edu> wrote:
 
> I intend to use the syslog() function to accomplish the logging requirement
> in the final project.

This won't work.  As you noted, this requires you to be able to change
the system configuration file to specify where the data goes.  As noted
in class tonight, syslog(3) is primarily used for _system level_
logging, not application level logging.

Your http daemon should handle the request logging itself.

-Jan


More information about the cs631apue mailing list