-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the RMLStreamer logging level #31
Comments
@bjdmeest @gertjandemulder any idea how the log level can be changed? It would be helpful for users of RMLStreamer to help you fix and improve it. |
@vemonet , the logging can be configured using the
Hope this helps! |
Hi @vemonet, logger.rmlstreamer.name = io.rml.framework
logger.rmlstreamer.level = DEBUG More info can be found in the Flink docs (link). I'll add this info to the README.md Kind regards, Gerald |
Hi @ghsnd , we would like to change the logging level to
DEBUG
in order to have more insights into the issues faced by the RMLStreamer (such as using functions)The RMLStreamer is ran using the Flink CLI:
/opt/flink/bin/flink run -p 8 -c io.rml.framework.Main /mnt/RMLStreamer.jar toFile -m /mnt/mapping.rml.ttl -o /mnt/output.nt --job-name "RMLStreamer job"
We tried the following:
log4j.properties
,log4j-cli.properties
,log4j-console.properties
to set thelog4j.rootLogger
property to DEBUGDEBUG
in the RMLStreamersrc/main/resources/log4j.properties
file, then recompiling the RMLStreamer from the source codeBut none of those attempts worked, what is the recommended way to change the logging level of the RMLStreamer?
The text was updated successfully, but these errors were encountered: