Resolution

How Can I Activate the Traffic Log?

AuthorFullName__c
Mari Yamaguchi
articleNumber
000004180
ft:sourceType
Salesforce
FirstPublishedDate
2018-06-29T21:05:42Z
lastModifiedDate
2023-01-22T11:05:50Z
VersionNumber
3
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.​
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>