How to configure logging to NOT log out WARN messages to console?
Hello, How can I configure logging settings within the Talend Open Studio for Data integration, to not display "WARN" messages to the console? Thank you
Hi
Try to configure the Java Compiler to ignore the Deprecated Warnings and see if it works.
To do so, click Windows>Preferences
> Java Compiler > Errors/Warnings, select Ignore for Deprecated and restricted API.
Best regards
Shong
Shong,
I tried to do this as you mentioned and to no avail. The exact Errors that I am seeing look like this:
08:44:39,438 WARN No method was found for the WSDL operation {}updateTransaction.
These are being thrown to the Talend console from the tESBConsumer component when I am calling a different webservice from the WSDL That I have loaded. The actual service is working as expected with no issues, but my problem is that it throws a "WARN" line as shown above for every method in the WSDL that is not being used even though they do exist.
Are there any places spots that control console specific logging? Thank you