Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.3
-
Fix Version/s: 5.0.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:All
-
Salesforce Case Reference:
Description
The following WARNING error message is being logging a few times with the provided PDF file:
Sep 10, 2013 8:45:27 AM org.icepdf.core.pobjects.fonts.nfont.NFontTrueType readPostTable
WARNING: Error procesing POST table.
Sep 10, 2013 8:45:28 AM org.icepdf.core.pobjects.fonts.nfont.NFontTrueType readPostTable
WARNING: Error procesing POST table.
In a production environment this is being logged quite a few times leading to clogging up of the logs.
Sep 10, 2013 8:45:27 AM org.icepdf.core.pobjects.fonts.nfont.NFontTrueType readPostTable
WARNING: Error procesing POST table.
Sep 10, 2013 8:45:28 AM org.icepdf.core.pobjects.fonts.nfont.NFontTrueType readPostTable
WARNING: Error procesing POST table.
In a production environment this is being logged quite a few times leading to clogging up of the logs.
Makes sense, moving log level to finer replacing the warning level.