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
Hi everyone,
I am working on a library handling the logging of k8s microservices, through the ConsoleAppender
I am having issue trying not to print out some url and found that I could use:
logback/logback-access/src/main/java/ch/qos/logback/access/net/URLEvaluator.java (or customized one)
Now, as the applications using my library can be either Servlet or reactor Webflux,
I am wondering whether this solution could work with webflux too or...I have to go for something else.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I am working on a library handling the logging of k8s microservices, through the ConsoleAppender
I am having issue trying not to print out some url and found that I could use:
logback/logback-access/src/main/java/ch/qos/logback/access/net/URLEvaluator.java (or customized one)
Now, as the applications using my library can be either Servlet or reactor Webflux,
I am wondering whether this solution could work with webflux too or...I have to go for something else.
Thanks a lot and BR.
Beta Was this translation helpful? Give feedback.
All reactions