Re: [External] : Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes

2021-10-25 Thread Fuyao Li
Thanks! I got your point. Will try it out. From: Chesnay Schepler Date: Tuesday, October 19, 2021 at 01:44 To: Fuyao Li , user Cc: Rohit Gupta Subject: Re: [External] : Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes 1) Adding it as a dependency

Re: [External] : Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes

2021-10-19 Thread Chesnay Schepler
some blogs..? I am not familiar with this. Best, Fuyao *From: *Chesnay Schepler *Date: *Tuesday, September 28, 2021 at 07:06 *To: *Fuyao Li , user *Cc: *Rohit Gupta *Subject: *[External] : Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes Coul

Re: [External] : Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes

2021-10-18 Thread Fuyao Li
, Fuyao From: Chesnay Schepler Date: Tuesday, September 28, 2021 at 07:06 To: Fuyao Li , user Cc: Rohit Gupta Subject: [External] : Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes Could you clarify whether this internal framework uses a custom slfj4

Re: How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes

2021-09-28 Thread Chesnay Schepler
Could you clarify whether this internal framework uses a custom slfj4/log4j2 version, or is it just using what Flink comes with? Did you only add the configmap and put a single jar into lib, or did you make other changes in Flink? Can you remove just the configmap, start the cluster, and prov

How to enable customize logging library based on SLF4J for Flink deployment in Kubernetes

2021-09-24 Thread Fuyao Li
Hi Flink Community, I am trying enable a company internal logging framework built upon SLF4J and log4j. This logging framework has another separate jar and specific logging configurations. After debugging, I am able to make Flink application running correctly in the local IDE with the internal