the maximum number of bytes of the body that will be logged. (-1 means "no limit".)
Logger.maxBodySize
int maxBodySize() @propertyGet maxBodySize property.
Returns
If soup.logger.Logger.level is soup.types.LoggerLogLevel.Body, this gives
void maxBodySize(int propval) @propertySet maxBodySize property.
Parameters
propval | 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".) |