Sometimes it can be hard to trace back an error in the log, because processing deliberately tries to continue in spite of errors, which means many more log messages tend to obscure the initial error statement.
I propose to make halting on the first error the default, and to include an override (i.e., replicating the current behaviour) under the existing --dev parameter.
Sometimes it can be hard to trace back an error in the log, because processing deliberately tries to continue in spite of errors, which means many more log messages tend to obscure the initial error statement.
I propose to make halting on the first error the default, and to include an override (i.e., replicating the current behaviour) under the existing
--devparameter.