Logger.maxBodySize

int maxBodySize() @property

Get maxBodySize property.

Returns

If soup.logger.Logger.level is soup.types.LoggerLogLevel.Body, this gives

the maximum number of bytes of the body that will be logged. (-1 means "no limit".)

void maxBodySize(int propval) @property

Set maxBodySize property.

Parameters

propvalIf soup.logger.Logger.level is soup.types.LoggerLogLevel.Body, this gives the maximum number of bytes of the body that will be logged. (-1 means "no limit".)