There is a limit of of-watchdog about the max token size: https://golang.org/pkg/bufio/#pkg-constants
When of-watchdog scan the stdout from our function, the max size is MaxScanTokenSize = 64 * 1024
This release including a bug fix is that increase max token size to 128 * 1024 *1024