<?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/> </Console> </Appenders> <Loggers> <Logger name="com.perforce" level="INFO" /> <Root level="WARN"> <AppenderRef ref="Console"/> </Root> </Loggers> </Configuration>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 19177 | tjuricek | Reorganizing how HWS and p4d are logged during tests, and adding other messages to try to help identify what might be going wrong with p4d restarts in the CD pipeline | ||
#3 | 19097 | tjuricek | JavaScript Client SDK tests for client and depot specs | ||
#2 | 18025 | tjuricek |
Converted logging framework to use log4j 2. This will default the current level to "everything" if no configuration file is specified (which is typically what we want since that's almost always used for debugging). |
||
#1 | 17351 | tjuricek |
Allow system properties to adjust config, and use log4j as the logging system by default (from Simple). We may switch to log4j 2, I am still ironing out deployment. |