Replies: 1 comment
-
|
Solved it, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
does anyone know how i can access the log level?
I tried it via a seperate mapping pipeline using a UDJC transform, see:
When i start the pipeline and reference the mapping, the log level is correct.

Starting in Minimal the log level is set to Minimal.
Starting in Basic the log level is set to Basic, etc.

But as soon as a workflow calls the pipeline, the pipeline uses its default log level.
So if the Workflow is started in Minimal but the Pipeline has been set to Basic, i see Basic in the output.

Any ideas how i can get the right log level or should i create a feature request for a new variable like
HOP_LOG_LEVEL?log-level.zip
Beta Was this translation helpful? Give feedback.
All reactions