[jboss-dev-forums] [Design of EJB 3.0] - Re: Cleaning up Logging
bstansberry@jboss.com
do-not-reply at jboss.com
Thu Jun 11 09:57:21 EDT 2009
My 2 cents: this is easily the spammiest thing in the console logging of the "all" config startup:
| 08:50:19,747 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 998706428{vfsfile:/home/bes/dev/jboss/Branch_5_x/build/output/jboss-5.2.0.Beta/server/all/deploy/profileservice-secured.jar/}
| 08:50:19,747 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 998706428{vfsfile:/home/bes/dev/jboss/Branch_5_x/build/output/jboss-5.2.0.Beta/server/all/deploy/profileservice-secured.jar/}
| 08:50:19,748 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 998706428{vfsfile:/home/bes/dev/jboss/Branch_5_x/build/output/jboss-5.2.0.Beta/server/all/deploy/profileservice-secured.jar/}
| 08:50:19,749 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 998706428{vfsfile:/home/bes/dev/jboss/Branch_5_x/build/output/jboss-5.2.0.Beta/server/all/deploy/profileservice-secured.jar/}
|
Unless, of course, the fact that it logs the same thing 4 times tells us that some expensive code path is needlessly being executed repeatedly. In which case it's the most useful logging in the "all" config startup! ;-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237030#4237030
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237030
More information about the jboss-dev-forums
mailing list