I have a springboot application using Kubernetes. I want to logging Kubernetes namespace with log4j and logback. With log4j, I found Log4j Kubernetes Support can help me log Kubernetes namespace with log4j by using log4j2.kubernetes.client.namespacce : https://logging.apache.org/log4j/2.x/log4j-kubernetes/index.html
But I cannot find any docs help me log same thing with logback.
Anyone can give me the way or docs to log Kubernetes namespace with logback?
0 Replies