Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Remko Popma
I just finished reading it. Looks great Matt! Enjoy giving the presentation! Remko (Shameless plug) Every java main() method deserves http://picocli.info > On Oct 31, 2017, at 6:26, Ole Ersoy wrote: > > That's the key - Gotta make it more fun! Keep it fresh - Ziplock

Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Ole Ersoy
That's the key - Gotta make it more fun!  Keep it fresh - Ziplock fresh!  Freshaliciouss!! On 10/30/2017 04:14 PM, Matt Sicker wrote: Zipkin is a fun topic I wrote a small internal blog post at my client about. The general topic I'm doing a talk on is "The How and Why of Logging" which is

Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Matt Sicker
Zipkin is a fun topic I wrote a small internal blog post at my client about. The general topic I'm doing a talk on is "The How and Why of Logging" which is generally aimed at providing an overview of logging concepts, common libraries, tools, patterns, etc. Distributed log tracing is certainly a

Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Ole Ersoy
Probably a series of blog posts :).  Another thing that would be great is pumping up some of the new features that log4j2 has that developers will love.  It reads a little bit like a theoretical intro to logging in general (Although you did say clearly that that is what it is) and we have a

Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Gary Gregory
Nice write up Matt. The only thing that I can think ATM to make this more useful is more links into our Log4j doc site. Gary On Mon, Oct 30, 2017 at 12:09 PM, Matt Sicker wrote: > In preparation for an upcoming talk I'll be doing for CJUG, I'm writing a > blog post about

Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Matt Sicker
I could spend an entire blog post about Logstash and ELK in general, so I feel it's out of scope here. As for the other questions, I think that's covered by the FAQ < https://logging.apache.org/log4j/2.x/faq.html>, but if it's not, that would be useful here. On 30 October 2017 at 13:52, Ole

Re: [meta] Draft blog post about logging in general

2017-10-30 Thread Ole Ersoy
I thought it was very good.  I'm a big fan of articles that come with and reference simple examples from a github repository.  One of the most confusing aspects of Java logging is configuring it to use one provider when multiple dependencies use different APIs ... SLF4J ... Log4J ... so if

Re: [Log4j] Next release?

2017-10-30 Thread Gary Gregory
This is a concern: https://issues.apache.org/jira/browse/LOG4J2-2036 Gary On Sun, Oct 29, 2017 at 2:14 PM, Ralph Goers wrote: > I have implemented something to help https://issues.apache.org/ > jira/browse/SOLR-7887

[meta] Draft blog post about logging in general

2017-10-30 Thread Matt Sicker
In preparation for an upcoming talk I'll be doing for CJUG, I'm writing a blog post about introductory concepts to logging from both a developer and operator point of view. My current draft is available here: < https://github.com/jvz/jvz.github.io/blob/logging/_posts/2017-10-30-logging.md>. Let me