
man.runner.postman-runner.3.0.0.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postman-runner Show documentation
Show all versions of postman-runner Show documentation
A module to run a POSTMAN collections.
The newest version!
<!-- PLEASE KEEP THIS FILE IN SYNC APPROPRIATELY WITH LOGBACK-DEBUG.XML --> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>UTF-8</charset> <pattern>%d [%thread] %-5level %logger{15} - %msg%n</pattern> </encoder> </appender> <logger name="co.poynt" level="INFO" /> <logger name="org.apache" level="ERROR" /> <root level="WARN"> <appender-ref ref="STDOUT" /> </root> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy