Re: [jira] [Commented] (LOG4J2-44) log4j java date wise log every X MB

2012-08-26 Thread Tushar Kapila
ators: > https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > - > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.

Re: log4j2 site design

2012-09-22 Thread Tushar Kapila
I like the new site design. the logo missing is not such a bad idea. maybe on the first page it can be full size in the header and on the about/ press pack page / and on subsequent pages a smaller version in the header - more real estate for the sub pages is easier on the eyes http://bezdomni.n

Re: Testing in an IDE

2012-09-28 Thread Tushar Kapila
uot;Unable to locate a logging >>>>>> implementation"); >>>>>> } else { >>>>>> factory = factories.get(0); >>>>>> } >>>>>> >>>>>> How about: >>>

Re: Testing in an IDE

2012-09-29 Thread Tushar Kapila
y to be set to enable > using the properties. If we do that they they might as well have to specify > the items themselves as system properties. > > Am I missing what you are suggesting? > > Ralph > > On Sep 28, 2012, at 10:30 PM, Tushar Kapila wrote: > >> Java has a

Re: ValueLevelPair in DynamicThresholdFilter

2012-09-29 Thread Tushar Kapila
actory method. > > Thoughts? > > Ralph > - > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-dev-h...@logging.apache.org > > -- Sent from my mobile device Regards Tushar Kapila ---

Re: Exception not logged?

2012-10-05 Thread Tushar Kapila
This looks like a real mem saver static { logger.registerMessage("messagekey", new StringFormattedMessage("%s")); } public void run(String param) { logger.debug("messagekey", param); Ofcourse doc should say what is thread safe and how to use. Unrelated but same idea: We saved a few

Re: [v2] "combined" jar name?

2012-11-01 Thread Tushar Kapila
I prefer all.jar or ApiAndCore.jar Even if OSes accept special characters there will always be closed systems that do not. Exampple hyphen is okay in a domain name but one of the visa test pit's don't like them - To unsubscrib

Re: [v2] Java 5 and 6

2012-11-03 Thread Tushar Kapila
Unit in Action, 2nd Ed: http://bit.ly/ECvg0 >> Spring Batch in Action: http://bit.ly/bqpbCK >> Blog: http://garygregory.wordpress.com >> Home: http://garygregory.com/ >> Tweet! http://twitter.com/GaryGregory > > -- Sent from my mobile device Regards Tushar Kapila - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Re: [v2] Site navigation lameness

2012-11-10 Thread Tushar Kapila
Gary could it be your clicking on a private copy your link below is people.apache.org/~rgoers/log4j2/project-reports.html On 11/11/2012 6:02 AM, Ralph Goers wrote: 2. Click on a component, for example "API": https://logging.apach

Re: Samples

2012-11-14 Thread Tushar Kapila
Ed: http://bit.ly/ECvg0 >> Spring Batch in Action: http://bit.ly/bqpbCK >> Blog: http://garygregory.wordpress.com >> Home: http://garygregory.com/ >> Tweet! http://twitter.com/GaryGregory > > > > -- > http://www.grobmeier.de >

Re: Next Log4j 2.0 release

2013-01-01 Thread Tushar Kapila
whether we are good to go with the 2.0 GA release. >> >> Thoughts? >> >> Ralph >> - >> To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org >> For additional commands, e-mail: log4j-dev-h...@logging.apache.org >> >>

Re: [v2] final keyword

2013-01-11 Thread Tushar Kapila
rom that point of view, > I'm not really sure I care. If I need to come along tomorrow and cause the > value to change for whatever reason I'm going to do it. Since that would > happen within the scope of a few lines of code having the final keyword > doesn't help me much. > > Ralph > -- Sent from my mobile device Regards Tushar Kapila - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Re: [v2] final keyword

2013-01-15 Thread Tushar Kapila
uty-of-doom-3s-source-code?post=56177550 >> >> See also John Carmac's comments at the end. >> >> Gary >> >> >> On Fri, Jan 11, 2013 at 4:10 AM, Tushar Kapila wrote: >> +1 final and thank you for interesting reads. This thread and others. >> >

Re: Berkeley DB for Java

2013-03-04 Thread Tushar Kapila
would a memory mapped file as the back end for the db help? If you can use j7 why not the in built one - apache. We use a db mapped to ram (linux) server restart would be catatrophe but works great for debug logs. On Mar 5, 2013 12:02 AM, "Ralph Goers" wrote: > Do you have personal experience wit

Re: Idea of Cloud as target for the bulk of log file

2013-03-29 Thread Tushar Kapila
From what I could see you plan to edit the rolling file appender so it can take a custom action on some events (roll over when already rolled over files is > X) at which point files are pushed to another system. Rolling file appender would continue to do what it does natively. I think a better

Re: Maven problems

2013-04-01 Thread Tushar Kapila
Caused by: org.apache.maven.plugin.MojoExecutionException: Cant canonicalize system path: {0} at org.apache.maven.plugin.ide.IdeUtils.getCanonicalPath(IdeUtils.java:147) at org.apache.maven.plugin.ide.IdeUtils.toRelativeAndFixSeparator(IdeUtils.java:591) at org.apache.

Re: JMX support in log4j2

2013-04-03 Thread Tushar Kapila
+1 core ; with a way to disable if anyone needs to. stats : (if using) rolling file - number rolls - long, time of last x rolls - sometimes a node starts logging too much and we need to add to number of max files or other action (could mean too many errors) number of err & fatal logs in last x2

Re: Jdk 1.3 fails, lets upgrade to jdk 1.4. && Maintenance

2012-03-15 Thread Tushar Kapila
;> [javac]  ^ >>> >> [javac] 4 errors >>> >> [javac] 1 warning >>> >> >>> >> I could not use Maven 2.2.1 or 3.0.4 with Java 1.3.1_28. >>> >> >>> >> Run

Re: [log4j2] configuration file names

2012-04-29 Thread Tushar Kapila
gt; - >> To unsubscribe, e-mail: >> log4j-dev-unsubscr...@logging.apache.org >> For additional commands, e-mail: >> log4j-dev-h...@logging.apache.org

Re: [logj1] Creating a vm...

2012-04-30 Thread Tushar Kapila
> > -- > http://www.grobmeier.de > https://www.timeandbill.de > > - > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-dev-h...@logging.apache.org &g

Re: [log4j] release perform fails

2012-05-01 Thread Tushar Kapila
r.de >>> https://www.timeandbill.de >> >> >> >> -- >> http://www.grobmeier.de >> https://www.timeandbill.de > > > > -- > http://www.grobmeier.de > https://www.timeandbill.de > >

Re: [VOTE] Release log4j 1.2.17 RC3

2012-05-12 Thread Tushar Kapila
--- >> > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org >> > For additional commands, e-mail: log4j-dev-h...@logging.apache.org >> > >> >> >> >> -- >> http://www.grobmeier.de >> https://www.timeandbill.de >

Re: [VOTE] Release log4j 1.2.17 RC3

2012-05-25 Thread Tushar Kapila
>> >>> I can't hit the 72 hour mark, but can try to review and build within >> 24 hours. >> >>> - >> >>> To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org &

Re: [maven-reorg] Reorganizations ongoing at forked Git repository

2012-06-06 Thread Tushar Kapila
subscr...@logging.apache.org >>> For additional commands, e-mail: log4j-dev-h...@logging.apache.org >>> >> >> >> >> -- >> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org >> JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 >> Spring Batch

Re: [2.x] Cascading configuration?

2012-08-08 Thread Tushar Kapila
ds, e-mail: log4j-dev-h...@logging.apache.org >> > > > ----- > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-dev-h...@logging.apache.org > > -- Sent from my mobile d