WebCenter automatically keeps track of the following metrics:
Download: What documents were downloaded by which user at a certain point in time.
Upload: What documents were uploaded by which user at a certain point in time.
Login: Which users logged -in and -out at a certain point in time.
Checkout: What documents were checked-in and out by which at a certain point in time.
SDK: Which users made certain SDK calls at a certain point in time.
These metrics are logged in the following files:
WebCenterDownloadLog.txt
WebCenterUploadLog.txt
WebCenterLoginLog.txt
WebCenterCheckoutLog.txt
WebCenterSDKLog.txt
By default these files are located in C:\temp folder on the Web Server.
However, it is possible to configure WebCenter to make these metrics files available for download on the Site Service page in the Admin section of WebCenter like normal Web Server log files. This article describes how to make these additional log files available on the Site Service page.
Procedure
To make these files available on the Site Service page:
On the Web Server, navigate to the config folder of the relevant WebCenter instance. For example: C:\Esko\Artios\WebCenter\WebServer\tomcat\webapps\WebCenter_Inst\config.
Open the config.xml file in a Text Editor such as Notepad or Notepad++.
In this file, search for the <MetricsFile> entries enclosed between <MetricsFiles> tags. These should be similar to:
Edit the paths of these <MetricsFile> entries to point to the location of the logs directory on the Web Server. The <MetricsFile> entries enclosed between <MetricsFiles>tags, should now be similar to: