Logs keep information records of selected events occurred in or detected by Kerio Control. Each log is displayed in a window in the Logs section. For this particular content, this reference article is focused specifically in config logs in Kerio Control.
The Config log stores the complete history of communication between the administration interface and Kerio Control Engine. It is possible to determine what administration tasks were performed by a specific user.
Sample logs and message format:
- Information about logging in to Kerio Control administration
[18/Apr/2013 10:25:02] winston - session opened for host 192.168.32.100. User-Agent: |
|
Message component | Description |
[18/Apr/2013 10:25:02] |
Date and time when the record was written to the log. |
winston |
The name of the user logged in for Kerio Control administration. |
session opened for host 192.168.32.100 |
Information about the beginning of the communication and the IP address of the computer from which the user connected. |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0. | Information about the used browser. |
session closed for host 192.168.32.100 |
Information about the end of the communication with the particular computer (user logged out or the administration closed). |
- Changes in the configuration database. Changes performed in the administration interface. A simplified form of the SQL language is used when communicating with the database.
[18/Apr/2013 10:27:46] winston - insert StaticRoutes set |
|
Message component | Description |
[18/Apr/2013 10:27:46] |
Date and time when the record was written. |
winston |
The name of the user logged in for Kerio Control administration. |
insert StaticRoutes ... |
The particular command used to modify the Kerio Control's configuration database (in this case, a static route was added to the routing table). |