After performing the below action (artifactory.system.properties file modification), this requires a restart of Artifactory).
1. Add the following property into the artifactory.system.properties file.
2. Enable the following logger in the logback.xml file.
1. Add the following property into the artifactory.system.properties file.
artifactory.traffic.collectionActive=true
2. Enable the following logger in the logback.xml file.
<logger name="org.artifactory.traffic.TrafficLogger" additivity="false">
<level value="info"/>
<appender-ref ref="TRAFFIC"/>
</logger>
<level value="info"/>
<appender-ref ref="TRAFFIC"/>
</logger>