[Dev] What are these new INFO - ServerConnFactoryBuilder logs at start up

2013-07-19 Thread Nirodha Pramod
Hi, What are these following INFO logs which can be seen at server startup of 4.2.0 packs. Seems like related to keystores. However these occur only in API-M and ESB packs, (not in IS, AS, GReg) [2013-07-19 11:21:53,943] INFO - TomcatGenericWebappsDeployer Deployed webapp:

Re: [Dev] What are these new INFO - ServerConnFactoryBuilder logs at start up

2013-07-19 Thread Suresh Attanayaka
Hi, These seems come from Synapse. May be Kasun or Jeewantha knows. Thanks, -Suresh On Fri, Jul 19, 2013 at 11:48 AM, Nirodha Pramod niro...@wso2.com wrote: Hi, What are these following INFO logs which can be seen at server startup of 4.2.0 packs. Seems like related to keystores. However

Re: [Dev] What are these new INFO - ServerConnFactoryBuilder logs at start up

2013-07-19 Thread Jeewantha Dharmaparakrama
These logs are printed when SSLContext is made when initializing Passthru or NHttp transport listeners. Jeewantha. On Fri, Jul 19, 2013 at 12:31 PM, Suresh Attanayaka sur...@wso2.com wrote: Hi, These seems come from Synapse. May be Kasun or Jeewantha knows. Thanks, -Suresh On Fri, Jul

Re: [Dev] What are these new INFO - ServerConnFactoryBuilder logs at start up

2013-07-19 Thread Suresh Attanayaka
Hi, On Fri, Jul 19, 2013 at 2:01 PM, Nirodha Pramod niro...@wso2.com wrote: So whats the importance of having them in the startup log? we haven;t seen these logs in previous releases. I think they should be debug logs. On Fri, Jul 19, 2013 at 1:53 PM, Jeewantha Dharmaparakrama

Re: [Dev] What are these new INFO - ServerConnFactoryBuilder logs at start up

2013-07-19 Thread Jeewantha Dharmaparakrama
That's a change done by Oleg to print the certificate information in the keyStore. 162829 oleg@wso2. for (X509Certificate cert: certs) { 162829 oleg@wso2. log.info(name + Subject DN: + cert.getSubjectDN()); 162829 oleg@wso2.

Re: [Dev] What are these new INFO - ServerConnFactoryBuilder logs at start up

2013-07-19 Thread Suresh Attanayaka
Changed to debug logs in r178694. On Fri, Jul 19, 2013 at 2:18 PM, Jeewantha Dharmaparakrama jeewan...@wso2.com wrote: That's a change done by Oleg to print the certificate information in the keyStore. 162829 oleg@wso2. for (X509Certificate cert: certs) {