Command Central 10.3 | Logging and Troubleshooting | Using the Command Central and Platform Manager Logs | Enabling the License Metering Log
 
Enabling the License Metering Log
License metering has a dedicated trace log, which is disabled by default.
*To enable the license metering log:
1. Open Software AG_directory \profiles\CCE\configuration\logging\log_config.xml in a text editor and add the following lines:
<logger name="com.softwareag.platform.management.client.metering">
<level value="TRACE" />
<appender-ref ref="Metering" />
</logger>
<appender name="Metering" class="org.apache.log4j.RollingFileAppender">
<param name="file" value="<InstallPath>/profiles/CCE/logs/license-metering.log" />
<param name="MaxFileSize" value="10MB">
<param name="MaxBackupIndex" value="10" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy/MM/dd HH:mm:ss} %-5p #%-
5X{X-PlatformManagement-CorrelationId} %-40c{1} %m%n"/>
</layout>
</appender>
2. Restart Command Central.