hosphor.fosstars-rating-core.1.1.0.source-code.log4j2-verbose.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fosstars-rating-core Show documentation
Show all versions of fosstars-rating-core Show documentation
A framework for defining ratings for open-source projects.
In particular, the framework offers a security rating for open-source projects
that may be used to assess the security risk that comes with open-source components.
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout> <LevelPatternSelector defaultPattern="[+] %msg%n%throwable"> <PatternMatch key="info" pattern="[+] %msg%n%throwable"/> <PatternMatch key="warn" pattern="[!] %msg%n%throwable"/> <PatternMatch key="error" pattern="[x] %msg%n%throwable"/> </LevelPatternSelector> </PatternLayout> </Console> </Appenders> <Loggers> <Root level="debug"> <AppenderRef ref="Console"/> </Root> </Loggers> </Configuration>