Overriding logback configurations
问题 Is there any way that we can override the logback configurations? I know that we define the logback configurations in file named logback.xml (usually stored in the path src/resources) and i know that by using <include> tag we can set an external file to be added to logback.xml just like below: <configuration> <!--<include url="file:///d:/ServerConfig.xml"/>--> <include file="${outPut}/ServerConfig.xml"/> <logger name="Server" LEVEL="DEBUG"> <appender-ref ref="FILEOUT" /> </logger> <root level