I wrote a Liferay module that imports JournalArticles (Web Content). While it works fine with most content, since I imported some particular content I get this:
15:36:13,901 ERROR [main][PDCIDFontType2:211] OpenType Layout tables used in font ABCDEE+?l?r ?S?V?b?N are not implemented in PDFBox and will be ignored
15:36:14,126 INFO [main][PropsUtil:386] Global shared lib directory /home/nico/p/liferay/liferay-dxp-digital-enterprise-7.0-sp3/tomcat-8.0.32/lib/
15:36:14,128 INFO [main][PropsUtil:397] Global lib directory /home/nico/p/liferay/liferay-dxp-digital-enterprise-7.0-sp3/tomcat-8.0.32/lib/ext/
15:36:14,131 INFO [main][PropsUtil:420] Portal lib directory /home/nico/p/liferay/liferay-dxp-digital-enterprise-7.0-sp3/tomcat-8.0.32/webapps/ROOT/WEB-INF/lib/
If it was in the log I would simply configure logging to ignore it, but the above appears in the standard output, which pollutes my Gogo Shell.
It is the first time I see this kind of problem, as all other errors go to the Liferay log file rather than System.out
.
Is there any way to avoid these errors being dumped into my standard output?