We run some initial scenarios directly from karate-config.js via karate.callSingle.
Problem is, when any of those scenarios fail, the whole karate-config.js file is printed in logs, line by line.
We found where this behaviour is written: https://github.com/karatelabs/karate/blob/3ea821f9d326b7eb96eaf0e7ab8efffc52c7f831/karate-core/src/main/java/com/intuit/karate/graal/JsEngine.java#L210
which is a static function.
Is it possible to modify this behavior to just print the name of the .js file, for instance?