-
Notifications
You must be signed in to change notification settings - Fork 361
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
[Bug]: unwanted loglines REST client #2682
Comments
Hi, as a workaround, is it possible to fix this error by installing the required org.glassfish.message.interal JAR-File? |
found this explanation in another project eclipse-ee4j/jaxb-ri#1222 |
Btw, how to tweak logs to suppress a certain logging category? |
We have slf4j in the application, by default we add slf4j-nop but you could use slf4j-log4j or another bridge and a configuration file to tweak your own logging |
That Jersey's messages go through JUL. So, I've made a file
then pass it via |
Thank you @mkhludnev. Since Java is not my familiar programming language, I have tried to adjust the dependancy in the pom.xml for the rest-transform. So far unfortunately without success, because building/compiling throws an error. Did i understand you correctly? All I have to do is, to extend the HOP_OPTIONS with in the hop-run.sh with "Djava.util.logging.config.file=fixlog.properties" to avoid the error-messages? |
Hi, @data-vader |
Another approach is to forward JUL to slf4j however it might hurt performance https://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html |
it seems like it's fixed in jersey eclipse-ee4j/jersey#5165 |
Can't we just bump https://github.com/apache/hop/blob/master/engine/pom.xml#L43 to 2.38 ? |
Right. I rebuild
|
Apache Hop version?
2.4
Java version?
11
Operating system
Windows
What happened?
Migration: https://issues.apache.org/jira/browse/HOP-4643
Regression in version 2.2.0, when REST Client is called, following output is written to stderr regardless logging level
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: