(PECL rdkafka >= 0.9.1)
RdKafka::setLogLevel — Set log level
This function has been DEPRECATED. Relying on this feature is highly discouraged.
$level
) : voidSpecifies the maximum logging level produced by internal kafka logging and debugging.
If the "debug" configuration property is set, the level is automatically adjusted to LOG_DEBUG.
level (integer)
Log level. Can take any LOG_* constant (see the syslog function).
Returns no value.