
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via dc6d3a03f85d13a01d94f6ce01475ec66dd0b47f (commit) via 9b0732406d20f332b20012e71e41558c623dbc51 (commit) from 19579f1ba914e95f6aa1b7415cc73792f8e75134 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=dc6d3a03f85d13a01d94f6ce014... http://github.com/ceki/slf4j/commit/dc6d3a03f85d13a01d94f6ce01475ec66dd0b47f commit dc6d3a03f85d13a01d94f6ce01475ec66dd0b47f Merge: 19579f1 9b07324 Author: Ceki Gulcu <ceki@qos.ch> Date: Tue May 29 02:19:52 2012 -0700 Merge pull request #16 from dwijnand/patch-1 slf4j-site: Fix a typo. http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=9b0732406d20f332b20012e71e4... http://github.com/ceki/slf4j/commit/9b0732406d20f332b20012e71e41558c623dbc51 commit 9b0732406d20f332b20012e71e41558c623dbc51 Author: Dale <dale.wijnand@gmail.com> Date: Tue May 29 11:57:30 2012 +0300 slf4j-site: Fix a typo. diff --git a/slf4j-site/src/site/pages/extensions.html b/slf4j-site/src/site/pages/extensions.html index fea45ac..7506d5b 100644 --- a/slf4j-site/src/site/pages/extensions.html +++ b/slf4j-site/src/site/pages/extensions.html @@ -590,7 +590,7 @@ java.lang.ArrayIndexOutOfBoundsException: 3 Logging system, it does not implement any of the features an audit logging system would require such as guaranteed delivery.</p> - <p>The recommended way of using the EventLogger in a typcial web application is to populate + <p>The recommended way of using the EventLogger in a typical web application is to populate the SLF4J MDC with data that is related to the entire lifespan of the request such as the user's id, the user's ip address, the product name, etc. This can easily be done in a servlet fileter where the MDC can also be cleared at the end of the request. When an event that needs to be recorded ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/extensions.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java