Re: Logging only particular users

2013-07-25 Thread Michael Wechner
Hi Curt Hi Nick Thanks very much for the pointer to "fish tagging" and the explanations accordingly. Best wishes Michael Am 24.07.13 16:53, schrieb Nick Williams: On Jul 24, 2013, at 9:35 AM, Michael Wechner wrote: Hi We are using log4j for many years now for our open source CMS www.yane

Re: Logging only particular users

2013-07-24 Thread Nick Williams
On Jul 24, 2013, at 9:35 AM, Michael Wechner wrote: > Hi > > We are using log4j for many years now for our open source CMS www.yanel.org > and it works really great > and I really would like to thank everyone who contributed to log4j. > > Over the years we are experiencing that more and more p

RE: Logging only particular users

2013-07-24 Thread SMITH, CURTIS
If a sequence of execution for a user follows is handled by one thread (often the case in j2ee) then look at "fish tagging", MDC. Log4j2 can put user and any other context in a thread Local object behind the scenes. http://logging.apache.org/log4j/2.x/manual/thread-context.html curt -Orig