Logger.maxBodySize

int maxBodySize() @property

Get maxBodySize property.

Returns

If property@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 property@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".)