Searched refs:_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
35 _MAX_MSG_SIZE = 12288 # 12KB variable239 if len(record.message) > _MAX_MSG_SIZE:240 logging.error('Message must be less than (%s)', _MAX_MSG_SIZE)
26 logger.Log(str(i % 2) * quick_logger._MAX_MSG_SIZE)