Experience Report for Feature Request
When using a cluster that does alot I am faced with reeeeally long log lines for schema and some errors. Some of the key offenders of single line messages are:
- 138017 characters long: state from zero
- This shows the entirety of the schema with thousands of predicates, gets way too much.
- 408526 characters long: error applying proposal
- This shows my whole big chonker mutation batches, at 400k characters thats… too much
What you wanted to do
Read the logs on a big cluster
What you actually did
Use bash-foo to truncate long log lines
Why that wasn’t great, with examples
Being able to use the raw logs would be nicer
Any external references to support your case
n/a