apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.41k stars 2.92k forks source link

[Question] How can I shield endless logs in console? #5579

Open ColdFragrance opened 2 months ago

ColdFragrance commented 2 months ago

Question

Hi everyone: I upgraded shenyu 2.6.1,but got endless logs in console as follows.How can I shield it? afd7804df2acfd618851e3be73045d6

ColdFragrance commented 2 months ago

Nobody help me?

yu199195 commented 2 months ago

can you config this in logback.xml

logging:
  level:
    root: info
    org.apache.shenyu.lottery:  you level
    org.apache.shenyu: you level
ColdFragrance commented 2 months ago

Sorry,this solution is not suitable to me. I need logs at startup.Any other solutions?