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
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
,
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
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
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