logback externalization

前端 未结 5 1229
庸人自扰
庸人自扰 2021-02-07 23:26

Currently I have logback configuration file i.e logback.xml which is src/main/resources. I want to set the logging level but i want control outside of

5条回答
  •  一生所求
    2021-02-08 00:03

    External properties is one way of controlling logging level externally. Logback's file inclusion feature is another. By the way, the auto-reload feature works for included configuration files but not properties files.

提交回复
热议问题