rollingfileappender in 1.3alpha8

2006-03-20 Thread Wible, Thomas E
I just replaced alpha6 with alpha8, hoping that the "returning existing logger" spew has been halted(it has:-) Unfortunately my previously-working log4j.xml is now resulting in no output at all:-( I was able to hack a log4j.properties file that worked by removing rolling. from rolling.rollingfilea

documentation link incorrect

2006-03-20 Thread Sam Preston
Hi all, I just wanted to bring it to someone's attention, the link to the 1.3 alpha 8 api documentation on the documentation page: http://logging.apache.org/log4j/docs/documentation.html is incorrect. It links to the 1.2.13 documentation. I didn't notice immediately, and it was causing me some

Need some answers

2006-03-20 Thread Anon
Hi, We were using Log4J and we encountered few problems like the logs were lost. I found out that it was due to clustering. I am looking for a solution for it - It is suggested that I should use JMSAppender or SocketAppender. I would like to learn more about how to proceed. I a

RE: newbie question

2006-03-20 Thread Gunter, Tony
Okay, against the advice of you guys, I set up two root hierarchies. One hierarchy is for my actual logging, and the other hierarchy is for my business events... this is to prevent some numbnuts from changing the hierarchy threshold and accidentally turning off the business event reporting. I am

Re: ErrorHandler in log4j 1.3

2006-03-20 Thread Curt Arnold
On Mar 20, 2006, at 11:20 AM, Jonathan Beer wrote: I'm currently using the DBAppender, and I'm looking through the API and I don't see anything that leads me to believe there's anything in place for handling errors with the appender. Is this true? If this is the case, what should I be d

RE: ErrorHandler in log4j 1.3

2006-03-20 Thread Jonathan Beer
I'm currently using the DBAppender, and I'm looking through the API and I don't see anything that leads me to believe there's anything in place for handling errors with the appender. Is this true? If this is the case, what should I be doing to make this to happen? I've searched the forums but fo

Re: theoretical and practical view on logging

2006-03-20 Thread Juraj Supowski
I've click through this before and I've found everything mainly as howtos for log4j, or stories about differences between java.util.logging and log4j, ... I am looking for something like the book about all sorting algorithms is for sorting. there are all algorithms, pros and cons, difficulties in i

Re: theoretical and practical view on logging

2006-03-20 Thread James Stauffer
http://logging.apache.org/log4j/docs/documentation.html On 3/20/06, Juraj Supowski <[EMAIL PROTECTED]> wrote: > hi, > > is there any book, tutorial, ... about logging in general: some theoretical > background, different szenarios, logging aproaches, practical usages, > examples... > > juraj > >

Re: Advice on auditing actions

2006-03-20 Thread James Stauffer
On 3/19/06, Rakesh Patel <[EMAIL PROTECTED]> wrote: > can you give an example of how the xml config file would look? Are you > saying there's some regular expression i can take advantage of to attach > the appropriate appender to the audit loggers? > > Thanks > > Rakesh > >

theoretical and practical view on logging

2006-03-20 Thread Juraj Supowski
hi, is there any book, tutorial, ... about logging in general: some theoretical background, different szenarios, logging aproaches, practical usages, examples... juraj