-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ole,
Ole Ersoy wrote: | I hope the mappings are all inclusive from java.util.logging's | perspective so that if I set the a level to INFO I get info, plus | possibly some other level's that are greater than INFO? In other words | something that should be mapped to info, does not end up corresponding | to say FINE, and is thus left out? Yes. The level chosen really means "this level and above" -- it's not specifically that level and that level only. | I would think that it's always appropriate to use commons logging within | Tomcat and anything (java.util.logging, log4j, or commons-logging) goes | for webapps? Tomcat uses commons-logging internally and then your choice of "real" loggers to actually do the job. In your webapps, you can use (that is, write into your own code) commons-logging or log4j or Java's logging or whatever you want. If you use commons-logging and the same logger across all web applications, you get the benefit of all logging for the entire server (internals + webapps) being set up in one place. If you separate them (which I recommend), you get the benefit of logging configuration for a particular application being bundled with that application (which sort of follows the "self-contained" principle of applications. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkhgPRcACgkQ9CaO5/Lv0PBtSwCfQl+hau6bgp+XSgI35PexhHBm SJAAn2Ku7yDaCgflfP3Zsu0F37LEbPBW =F9Fn -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]