CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2018/08/06 11:31:31
Modified files: usr.sbin/relayd: hce.c parse.y relay.c relay_http.c relay_udp.c relayd.c relayd.conf.5 relayd.h Log message: replace the current log options log updates|all with log state changes log host checks log connection [errors] The first two control the logging of host check results: either changes in host state only or all checks. The third option controls logging of connections in relay mode: Either log all connections, or only errors. Additionaly, errors will be logged with LOG_WARN and good connections will be logged with LOG_INFO, so they can be differentiated in syslog. ok and feedback from claudio@