Re: Container Log Collection for Microservices

2018-04-03 Thread Ole Ersoy
What I am wondering, and still haven’t found an answer to, is whether this performance degradation is present when a Java app is running in a docker container and logs to stdout. Ralph On Apr 3, 2018, at 11:44 AM, Ole Ersoy <ole.er...@gmail.com> wrote: I accidentally deleted the original

Re: Container Log Collection for Microservices

2018-04-03 Thread Ole Ersoy
and logs to stdout. Ralph On Apr 3, 2018, at 11:44 AM, Ole Ersoy <ole.er...@gmail.com> wrote: I accidentally deleted the original thread, but saw that there were some questions surrounding logging to stdout (I assume while running in a microservice dockerized environment). You migh

Container Log Collection for Microservices

2018-04-03 Thread Ole Ersoy
I accidentally deleted the original thread, but saw that there were some questions surrounding logging to stdout (I assume while running in a microservice dockerized environment). You might find these article helpful:

Re: Planning out what we can do to get Chainsaw back in the game

2018-01-21 Thread Ole Ersoy
in independently, and then we will see what works best. On 2018-01-20 21:32, Ole Ersoy wrote: Still pretty certain you would attract a lot more talent / downloads / interest in general with Visual Studio Code (Typescript) and Stackblitz: https://stackblitz.com/ It's essentially Kotlin but a lot more

Re: Planning out what we can do to get Chainsaw back in the game

2018-01-20 Thread Ole Ersoy
at 17:35, Ole Ersoy <ole.er...@gmail.com> wrote: Here's a 10 minute video where an Angular timer application is built and packaged for all desktops (Apple, M$, Linux - And all browsers) ... in 10 minutes. https://www.youtube.com/watch?v=u_vMChpZMCk If you use the youtube speedup

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-13 Thread Ole Ersoy
Here's a 10 minute video where an Angular timer application is built and packaged for all desktops (Apple, M$, Linux - And all browsers) ... in 10 minutes. https://www.youtube.com/watch?v=u_vMChpZMCk If you use the youtube speedup chrome extension you can probably set the speedup factor to 2

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
So to summarize Qt would lead to shoe horning in all the things that are simple to do and constantly being improved and optimized with Angular or ReactJS and most of the use cases I mentioned are not supported. Quality > quantity True but you have a really good quality indicator in the number

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
If you'd like to contribute a proof of concept, that would be great! I'm not a fan of frontend web development anymore Given how much variation there has been in package formats etc. (UMD, AMD, CommonJS, God help us D, etc) I don't blame you.  Just AOT compile, Babelify it, then rollupJS it,

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
On 11/12/2017 07:23 PM, Matt Sicker wrote: On 12 November 2017 at 13:52, Ole Ersoy <ole.er...@gmail.com> wrote: With a progressive Angularjs Webapp it will be a realtime / offline / cached and web deployable analysis tool. You can deploy it to browsers, your phone, the desktop. The b

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
ES is pretty simple to use. It has a lot of neat features for text searching as well. That doesn't stop people from pretending it's a NoSQL database, however. If you use it with PouchDB, localStorage, or session storage then it's a NoSQL database.  PouchDB also features sync replication with

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
To me, that sound like transforming it into something completely different, and a use case which there already exists quite some other tools for already. Shouldn't we keep Chainsaw as a stand-alone desktop UI app? On 2017-11-12 05:22, Ole Ersoy wrote: I had a brief peek. My first impr

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
On 11/12/2017 07:24 AM, Mikael Ståldal wrote: On 2017-11-12 00:57, Ole Ersoy wrote: > A chainsaw implementation in Electron would provide a better developer > and user experience I would think though But that would require a complete rewrite of the app, with no opportunity to reu

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-12 Thread Ole Ersoy
Dashboard/visualization support would be awesome, but this is both a real time as well as offline analysis tool. Cursor-style previous/next page event rendering would make it a terrible user experience IMO. With a progressive Angularjs Webapp it will be a realtime / offline / cached and web

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-11 Thread Ole Ersoy
. There are a ton of features. It will be interesting to get a sense of how many of those features we get 'for free' in any of these other UI toolkits. It was a lot of heavy lifting to get Swing to do what we wanted. Scott On 11/11/17, Ole Ersoy <ole.er...@gmail.com> wrote: Kotlin is

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-11 Thread Ole Ersoy
Kotlin is almost a duplicate of Typescript, so Javascript devs should be able to pickup on it fast.  There's a Typescript to Kotlin converter here: https://github.com/Kotlin/ts2kt Typescript is also supported in Electron: https://electron.atom.io/blog/2017/06/01/typescript So Kotlin should

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

2017-11-03 Thread Ole Ersoy
Wow - That looks REALLY USEFUL.  BTW - Mangnus Larsson has this really great ELK stack tutorial.  Might be helpful in general ... http://callistaenterprise.se/blogg/teknik/2017/09/13/building-microservices-part-8-logging-with-ELK/ On 11/03/2017 01:50 PM, Matt Sicker wrote: I also just found

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

2017-10-30 Thread Ole Ersoy
uot; which is generally aimed at providing an overview of logging concepts, common libraries, tools, patterns, etc. Distributed log tracing is certainly a topic I was considering talking about in the talk provided it doesn't go too long. On 30 October 2017 at 15:52, Ole Ersoy <ole.er...@gmail.com> w

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

2017-10-30 Thread Ole Ersoy
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 Ersoy <ole.er...@gmail.com> wrote: I thought it was very good. I'm a big fan of articles that come with and refe

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: Regarding Checkstyle, PMD, and formatting

2017-02-10 Thread Ole Ersoy
Here's some related material from: https://www.sitepoint.com/self-documenting-javascript The take away is to improve code readability by creating variables for boolean conditions that are more readable ... Exerpt: Let’s take a look at the example with if clauses again: |if(!el.offsetWidth

Re: Start configuration snippet for log4j2.properties?

2016-07-07 Thread Ole Ersoy
was take the example from the manual and tailor it a little bit for use in a Maven build. Ralph On Jul 7, 2016, at 7:45 PM, Ole Ersoy <ole.er...@gmail.com <mailto:ole.er...@gmail.com>> wrote: Hi, Hope it's OK that I ask about this here. If not just say USER LIST! http://stack

Re: Start configuration snippet for log4j2.properties?

2016-07-07 Thread Ole Ersoy
on stackoverflow as quickly as possible. I just responded to yours. But to be honest, you probably could have gotten this from the manual online. All I really did was take the example from the manual and tailor it a little bit for use in a Maven build. Ralph On Jul 7, 2016, at 7:45 PM, Ole Ersoy

Start configuration snippet for log4j2.properties?

2016-07-07 Thread Ole Ersoy
Hi, Hope it's OK that I ask about this here. If not just say USER LIST! http://stackoverflow.com/questions/38254220/start-configuration-snippet-for-log4j2-properties I think Stackoverflow, given it's QA guidelines and voting features, are a great way to speed up adoption and get Log4J2 in

Re: log4j2 evangelism

2016-07-05 Thread Ole Ersoy
... Cheers, Ole On 5 July 2016 at 12:50, Ole Ersoy <ole.er...@gmail.com <mailto:ole.er...@gmail.com>> wrote: It may help if the performance chart for multiple threads were moved to the index page, followed by simple code use and integration steps for other libraries. The fron

Re: log4j2 evangelism

2016-07-05 Thread Ole Ersoy
a logging library to actually work such as log4j-core, logback, log4j 1.x, or java.util.logging. Personally, I've found async logging to be a killer reason to switch due to all the performance issues other logging libraries cause. On 4 July 2016 at 15:33, Ole Ersoy <ole.er...@gmail.

Re: log4j2 evangelism

2016-07-04 Thread Ole Ersoy
I personally like log4j 2 a lot (Because of Java 8 lambda support, cleaner architecture, etc.) and switching for me was really easy because I use lombok annotations to generate the logger. But what would be the "Killer" reason to upgrade if say someone is using SLF4J? For example HikariCP

Re: [Feature Request] Setting Log Level at Runtime?

2016-06-27 Thread Ole Ersoy
27, 2016, at 4:26 PM, Gary Gregory <garydgreg...@gmail.com <mailto:garydgreg...@gmail.com>> wrote: On Mon, Jun 27, 2016 at 3:56 PM, Ole Ersoy <ole.er...@gmail.com <mailto:ole.er...@gmail.com>> wrote: Any chance that the simplicity level for this could coul

[Feature Request] Setting Log Level at Runtime?

2016-06-27 Thread Ole Ersoy
Any chance that the simplicity level for this could could match SLF4J? I think that there is a setLevel method on Logger, but it's protected or private ... SLF4J Example: http://stackoverflow.com/questions/38064066/configuration-a-logger-programmatically-with-log4j-2 Cheers, Ole