You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently due to ".level = ALL" in Jul config all logs go to zio. I was expecting some kind of overhead, but not too much. When profiling my JAXB app, 20% of deserialization time and 90% of memory usage is wasted due to pushing FINEST level logs.
I guess current api has to be deprecated and every method should also have parameter with JUL config.
The text was updated successfully, but these errors were encountered:
Currently due to ".level = ALL" in Jul config all logs go to zio. I was expecting some kind of overhead, but not too much. When profiling my JAXB app, 20% of deserialization time and 90% of memory usage is wasted due to pushing FINEST level logs.
I guess current api has to be deprecated and every method should also have parameter with JUL config.
The text was updated successfully, but these errors were encountered: