You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables java logging. The log level can be changed by setting a variable.
Set and run like this:
export JAVA_OPTS="-Dorg.metafacture.metafix.logLevel=DEBUG"; ./gradlew installDist; cd metafix-runner/build/install/metafix-runner; bin/metafix-runner $pathTo.flux
Note that you cannot use `./gradlew :metafix-runner:run ...` as setting
the log level only works within the distribution.
Co-authored-by: Jens Wille <[email protected]>
0 commit comments