Wiki source code of Event Log

Version 2.1 by Mark Kohlmann on 2020/04/08 04:25

Show last authors
1 SHOWRUNNER™'s event log logs system activities to text files and/or the console.  The event log is disabled by default but it can be enabled if
2
3 === Setup ===
4
5 * If saving to files, insert an SD card or use a USB memory card
6 * Connect to the text console (SSH Recommended)
7 * Enable event log methods
8 ** Enable Logging to Console: ##sr eventlog console true##
9 ** Enable Logging to File: ##sr eventlog file true##
10 * Enable event log: ##sr eventlog true##
11 * Files are saved by default to: \RM\ShowRunner\(ProcessorHostname)\Log\EventLog
12 * (((
13 View the Event Log Status: ##sr eventlog status##
14 )))
15
16 (% class="box" %)
17 (((
18 ##RMC3>sr eventlog status
19 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+
20 ~| Property | Value |
21 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+
22 ~| Enabled | False |
23 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+
24 ~| Log to Console | True |
25 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+
26 ~| Log to File | True |
27 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+
28 ~| Log File Path | \RM\ShowRunner\CI-SJC-RMC3\Log\EventLog |
29 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+##
30 )))
31
32 === File Format ===
33
34 * File is saved in a csv (comma separated values) format
35 * Once the file reaches 2MB it will automatically be zipped and a new file will be created
36 * Columns:
37 ##AppID,Timestamp,Type,GlobalId,Name,Message,Value##
38 ** AppID - The app number on the control system that logged the message
39 ** Timestamp - Timestamp of the log entry in YYYY-MM-DDTHH:MM:SSTZ format. Example: 2020-02-21T11:57:21-06:00
40 ** Type - Type of object logging the message
41 ** GlobalId - Unique Id of the object logging the message
42 ** Name - Name of the object logging the message
43 ** Message - Type of value to expect
44 ** Value - Current state of the type
45
46 === Examples ===
47
48 [[Area Occupancy and Scene (Power BI)>>]]