Not sure since when this is a problem, but when changing the config/log4j.xml to debug in an installed/released runner and adding log-object in an example. Nothing seems to be logged.
examples/read/marc21/read-marc21.flux:
// opens file 'fileName', interprets the content as marc21 and writes to stdout
default fileName = FLUX_DIR + "10.marc21";
fileName|
open-file|
as-lines|
decode-marc21|
encode-formeta(style="multiline")|
log-object|
write("stdout");
Nothing is logged. I think that this was not an issue when fix was integrated into core. Is there some change between the integration and now that this may have broken the logging mechanisms.