Changes for page Event Log
Last modified by Scott Kohlmann on 2023/04/21 14:08
From version 4.1
edited by Mark Kohlmann
on 2020/04/08 04:38
on 2020/04/08 04:38
Change comment:
There is no comment for this version
To version 5.1
edited by Mark Kohlmann
on 2020/04/08 04:43
on 2020/04/08 04:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 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 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 desired. We do not recommend leaving logging on unless necessary. 2 2 3 3 === Setup === 4 4 ... ... @@ -32,7 +32,9 @@ 32 32 === File Format === 33 33 34 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 35 +* Files are saved incrementally: ##EventLog_2020-02-21T11-56-21_~#~##.csv## where 2020-02-21T11-56-21 is the program start time and ~#~## is the index of the file, starting at 000. 36 +* Once the file reaches 2MB it will automatically be zipped and a new file will be created and the index will be incremented. 37 +* Text qualifier is not used. 36 36 * Columns: 37 37 ##AppID,Timestamp,Type,GlobalId,Name,Message,Value## 38 38 ** AppID - The app number on the control system that logged the message ... ... @@ -43,7 +43,6 @@ 43 43 ** Message - Type of value to expect 44 44 ** Value - Current state of the type 45 45 46 -(% class="wikigeneratedid" %) 47 47 === Notes === 48 48 49 49 * Before removing the SD card stop the event log: ##sr eventlog off##