cosmovisor cannot scan when logs are longer than 64K per line by default #8651
Description
Summary of Bug
bufio.Scanner
default max size is 64K per line.
In our case, the log can be longer than 64K per line when the chain has many validators.
Then, the cosmovisor is stuck.
It happens when line start with INF Starting State service ....
Version
master
Steps to Reproduce
- run scanner_test.go
- provide a testcase with string longer than 64K
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity