Details
Description
When starting ICEfaces there are numerous INFO level log messages that indicate when a platform-specific ARP implementation is not detected. This is noisy and not very useful at this log level. Instead, we should log the "...available: false" messages at DEBUG level only and just keep the affirmative "Adapting to xxx evironement" message at INFO level. Just tell them what is happening, not what isn't (unless it's a WARN).
Mar 17, 2009 5:48:06 PM com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet <init>
INFO: GlassFish ARP available: false
Mar 17, 2009 5:48:06 PM com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet <init>
INFO: Jetty ARP available: false
Mar 17, 2009 5:48:06 PM com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet <init>
INFO: Adapting to Thread Blocking environment
This change applies to core ICEfaces and the new Push Server also.
Mar 17, 2009 5:48:06 PM com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet <init>
INFO: GlassFish ARP available: false
Mar 17, 2009 5:48:06 PM com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet <init>
INFO: Jetty ARP available: false
Mar 17, 2009 5:48:06 PM com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet <init>
INFO: Adapting to Thread Blocking environment
This change applies to core ICEfaces and the new Push Server also.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 1.8RC2 [ 10163 ] | |
| Assignee Priority | P2 | |
| Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #18603 | Wed Mar 18 14:32:13 MDT 2009 | jack.van.ooststroom | Fixed JIRA |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/EnvironmentAdaptingServlet.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8 [ 10161 ] | |
| Assignee Priority | P2 |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |

Done! Marking this one as FIXED.