Skip to content

Installed/released runner does not work with logging #719

@TobiasNx

Description

@TobiasNx

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions