[
https://issues.apache.org/jira/browse/ODFTOOLKIT-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952051#comment-14952051
]
Svante Schubert commented on ODFTOOLKIT-289:
--------------------------------------------
The message is only thrown once and is set to fine, therefore closing this
issue:
Logger.getLogger(CellStyleHandler.class.getName()).log(Level.FINE,
"No explicit text properties definition
is found!", "");
If there is still some problem, please report..
Thanks,
Svante
> Clean up unnecessary log messages
> ---------------------------------
>
> Key: ODFTOOLKIT-289
> URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-289
> Project: ODF Toolkit
> Issue Type: Task
> Components: odfdom, simple api
> Reporter: Devin Han
> Assignee: Devin Han
>
> 22-Sep-2011 11:48:35 org.odftoolkit.simple.style.DefaultStyleHandler
> getTextPropertiesForRead
> INFO: No explicit text properties definition is found!
> It is generated by the method getTextPropertiesForRead() in
> org.odftoolkit.simple.style.DefaultStyleHandler.
> Logger.getLogger(CellStyleHandler.class.getName()).log(Level.INFO, "No
> explicit text properties definition is found!", "");
> When cell has no text style setting, this log will be printed (maybe we
> should change its level to "DEBUG"). It's just a tip or warning.
> We should probably try to eliminate any unnecessary log messages. If there
> are no real errors then by default we should not be writing to stderr or
> stdout;. Why? Think of the multithreaded server scenario. It is annoying
> for the server admin to have this written to the log files, filling up their
> logs and making it harder for them to find important information. And on
> some servers, where stderr is unbufffered, this can be a performance problem.
> You have multiple threads all trying to write to stderr, and blocking for
> access.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)