Author: richard.opalka(a)jboss.com
Date: 2009-08-03 07:03:05 -0400 (Mon, 03 Aug 2009)
New Revision: 10451
Modified:
common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfig.java
Log:
[JBWS-2370] decrease logging level
Modified:
common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfig.java
===================================================================
---
common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfig.java 2009-08-03
10:58:17 UTC (rev 10450)
+++
common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfig.java 2009-08-03
11:03:05 UTC (rev 10451)
@@ -129,7 +129,7 @@
if (localPort <= 0)
{
// Do not initialize webServicePort with the default, the connector port may
become available later
- log.warn("Unable to calculate 'WebServicePort', using default
'8080'");
+ log.debug("Unable to calculate 'WebServicePort', using default
'8080'");
localPort = 8080;
}
@@ -145,7 +145,7 @@
if (localPort <= 0)
{
// Do not initialize webServiceSecurePort with the default, the connector port
may become available later
- log.warn("Unable to calculate 'WebServiceSecurePort', using default
'8443'");
+ log.debug("Unable to calculate 'WebServiceSecurePort', using
default '8443'");
localPort = 8443;
}
Show replies by date