Re: so much useless logging

2008-10-28 Thread Francois Armand
Szemere Szemere wrote: +1 for t5.enhanced For everyone who is interested in this feature and wants it in the 5.0 finale, the most effective way is to vote on Jira for it. The bug can be find here: https://issues.apache.org/jira/browse/TAP5-119 And the registration in issues.apache.org is op

Re: so much useless logging

2008-10-24 Thread Szemere Szemere
+1 for t5.enhanced I read that as category "com.company.webapp.Page" --> "t5.enhanced.com.company.webapp.Page" Szemere

Re: so much useless logging

2008-10-23 Thread Fernando Padilla
om: Fernando Padilla [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 13:56 To: Tapestry users Subject: Re: so much useless logging Most people use Log4j, so I don't think suggesting "Markers" is a worthwhile suggestion. Second, though Log4j filters are an option, I rea

Re: so much useless logging

2008-10-23 Thread Andy Pahne
Original Message- From: Fernando Padilla [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 13:56 To: Tapestry users Subject: Re: so much useless logging Most people use Log4j, so I don't think suggesting "Markers" is a worthwhile suggestion. Second, though Log4j fi

RE: so much useless logging

2008-10-23 Thread Jonathan Barker
class basis? I know I would prefer to be able to toggle it on the fly without a restart. Jonathan > -Original Message- > From: Fernando Padilla [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2008 13:56 > To: Tapestry users > Subject: Re: so much useless logg

Re: so much useless logging

2008-10-23 Thread Massimo Lusetti
On Wed, Oct 22, 2008 at 7:56 PM, Fernando Padilla <[EMAIL PROTECTED]> wrote: > Most people use Log4j, so I don't think suggesting "Markers" is a worthwhile > suggestion. I've switched to logback from log4j on a small project with high concurrent utilization and besides the nice new features i've

Re: so much useless logging

2008-10-22 Thread Fernando Padilla
Most people use Log4j, so I don't think suggesting "Markers" is a worthwhile suggestion. Second, though Log4j filters are an option, I really think that's an advanced solution that again, most users never have to deal with. Also it's totally wasteful of cpu, having tapestry do all of this log

Re: so much useless logging

2008-10-22 Thread Andy Pahne
Lutz Hühnken schrieb: Workarounds have been proposed. For log4j, you might try a filter http://www.nabble.com/T5%3A-How-to-configure-T5-not-to-display-unwanted-log-td16024408.html (I used that in the past, but it doesn't seem to work anymore for me, I haven't had the time to look into that yet

Re: so much useless logging

2008-10-22 Thread Lutz Hühnken
Hi Fernando, > Sorry, I might be worked up, but really, wow this is just amazing me how no > one has complained about this yet. well, this is just not true. You will find many discussions regarding this on this mailing list. Workarounds have been proposed. For log4j, you might try a filter htt

Re: so much useless logging

2008-10-20 Thread Fernando Padilla
sorry. nope. the log that I included did not include the generated class code. And I hit my Start page a few times to make sure I wasn't mad either. The log I included is being spit out for every single request of my Start page! Toby Hobson wrote: I agree that this is a little annoying bu

Re: so much useless logging

2008-10-20 Thread Neeme Praks
There is a JIRA issue about this: https://issues.apache.org/jira/browse/TAP5-119 Please vote, so we get it higher on priority list. Fernando Padilla wrote: alright, so we just upgraded from 5.0.11 to 5.0.16-SNAPSHOT, so sorry I was not able to complain earlier.. Please help: but tapestry is

Re: so much useless logging

2008-10-17 Thread Toby Hobson
I agree that this is a little annoying but it only happens when the page is first loaded, subsequent requests will generate "cleaner" debug statements Toby 2008/10/18 Fernando Padilla <[EMAIL PROTECTED]> > alright, so we just upgraded from 5.0.11 to 5.0.16-SNAPSHOT, so sorry I was > not able to

so much useless logging

2008-10-17 Thread Fernando Padilla
alright, so we just upgraded from 5.0.11 to 5.0.16-SNAPSHOT, so sorry I was not able to complain earlier.. Please help: but tapestry is just spewing TONS of debug, that I still don't see any easy way to turn off. Please help, this is just ridiculous! First the contribution system is broken