Re: Dynamically updating filters across many instances

2022-04-07 Thread Ralph Goers
Dominik, What you are suggesting is NOT a best practice. Logging at debug or trace in production can impact application performance and can be prohibitively expensive. If that were the recommended practice then Logging frameworks wouldn’t even bother providing the ability to filter log messages

Performance Engineering Track CFP for ApacheCon NA New Orleans

2022-04-07 Thread sharanf
Hi All I hope that you have already heard that ApacheCon NA is back as a live event in New Orleans later this year. You can find out more details here: https://apachecon.com/acna2022/ For the first time ever - we will be running a Performance Engineering track. So what is Performance Enginee

Re: OSGI service lookup

2022-04-07 Thread Piotr P. Karwasz
Hi Ralph, On Sat, 2 Apr 2022 at 11:02, Ralph Goers wrote: > > Ok. But what does that mean with regard to the 3 options Piotr listed? Declarative Services is backward compatible, so if someone declares a provider using DS, it will be detected by our current logic. Since we want (do we?) to mainta

Re: Dynamically updating filters across many instances

2022-04-07 Thread Dominik Psenner
Hi Ralph I do not necessarily see this as a problem of the logging configuration. Yes, it can be solved with the logging configuration but you could do otherwise. You could log at debug and roll the logs quickly. Further poll and aggregate the logs in regular and short intervals with a platform li