Reduce DNS query debugging
This commit is contained in:
@@ -259,7 +259,7 @@ abstract class Protocol
|
||||
throw new SocketException(SocketException::CANT_ACCEPT,'Could not fork process');
|
||||
|
||||
if ($pid)
|
||||
Log::info(sprintf('%s:+ New connection, thread [%d] created',self::LOGKEY,$pid));
|
||||
Log::debug(sprintf('%s:+ New connection, thread [%d] created',self::LOGKEY,$pid));
|
||||
|
||||
// Parent return ready for next connection
|
||||
return $pid;
|
||||
|
Reference in New Issue
Block a user