<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Andale Mono; font-size: 10pt; color: #000000'><font face="'Andale Mono'" size="2">To my knowledge, you cannot reduce logging verbosity inside dhcpd itself.  You can only change what is logged via syslog working with log levels.</font><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; ">For example:</div><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; ">in dhcpd.conf:</div><div><font face="'Andale Mono'" size="2">log-facility local6;</font></div><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; ">in syslog.conf:</div><div><font face="'Andale Mono'" size="2">local6.error -/var/log/dhcpd-error.log</font></div><div><font face="'Andale Mono'" size="2">local6.* -/dev/null</font></div><div><font face="'Andale Mono'" size="2"><br></font></div><div><font face="'Andale Mono'" size="2">or similar ... please note that I have not tested the syslog statements and that they may require some modification to actually work...<br></font><br><div style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; "><br></div><hr id="zwchr" style="color: rgb(0, 0, 0); font-family: 'Andale Mono'; font-size: 10pt; "><blockquote style="border-left-width: 2px; border-left-style: solid; border-left-color: rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-size: 12pt; "><b>From: </b>"Vasiliy Molostov" <molostoff@gmail.com><br><b>To: </b>dhcp-users@lists.isc.org<br><b>Sent: </b>Monday, March 26, 2012 12:51:25 PM<br><b>Subject: </b>dhcpd.conf logging statement documentation<br><br>Hi!<br><br>Please help locate documentation reference for a 'logging' statement used as <br>example on dhcpd.conf(5) man page, with exact syntax and structure reference <br>on this subj.<br><br>googling gave nothing, and I have found nothing related to 'logging' in isc <br>site docs and in source distrubution release docs .<br><br>The question is simply refers to reduce usual (default) logging verbosity from <br>dhcpd, but I have found only examples on how to use syslog config instead of <br>configuring dhcpd.conf, while I need to configure mainly dhcpd.conf logging <br>options ...<br><br>Any link on this subj would be fine...<br><br>Thanks<br>_______________________________________________<br>dhcp-users mailing list<br>dhcp-users@lists.isc.org<br>https://lists.isc.org/mailman/listinfo/dhcp-users</blockquote><br></div></div></body></html>