Skip to content
  • Steven Murray's avatar
    To increase maintainability I have moved the truncation of a syslog message · 4eb06917
    Steven Murray authored
    that exceeds the permitted maximum of syslog from the
    LoggerImplementation::logMsg() method to the
    LoggerImplementation::reducedSyslog() method.  I have done this because the
    reducedSyslog() method is the one that does the actual work of sending the log
    message syslog via a send() over a local UNIX socket.
    4eb06917