apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.8k stars 978 forks source link

[Bug] Two log classes #2794

Open Jcodelove opened 1 year ago

Jcodelove commented 1 year ago

Search before asking

Java Version

8

Scala Version

2.12.x

StreamPark Version

2.1.0

Flink Version

1.15

deploy mode

None

What happened

There are two logbacks in the entire project. The logback under the streampark common module is in the org.apache.streampark.shaded package, but the logback-spring. xml does not take effect on the log under the org.apache.streampark.shaded package Set level="INFO",but still have debug level logs。

Error Exception

No response

Screenshots

image Two log classes print different formats

Are you willing to submit PR?

Code of Conduct

wolfboys commented 1 year ago

Thanks for your feedback, we will fix it in the next release

xiaows08 commented 3 months ago

@wolfboys I also encountered this problem in 2.1.1, how to solve this problem