Changes for page Event Log

Last modified by Scott Kohlmann on 2023/04/21 14:08

From version 5.1
edited by Mark Kohlmann
on 2020/04/08 04:43
Change comment: There is no comment for this version
To version 4.1
edited by Mark Kohlmann
on 2020/04/08 04:38
Change comment: There is no comment for this version

Summary

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 desired.  We do not recommend leaving logging on unless necessary.
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 2  
3 3  === Setup ===
4 4  
... ... @@ -32,9 +32,7 @@
32 32  === File Format ===
33 33  
34 34  * File is saved in a csv (comma separated values) format
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.
35 +* Once the file reaches 2MB it will automatically be zipped and a new file will be created
38 38  * Columns:
39 39  ##AppID,Timestamp,Type,GlobalId,Name,Message,Value##
40 40  ** AppID - The app number on the control system that logged the message
... ... @@ -45,6 +45,7 @@
45 45  ** Message - Type of value to expect
46 46  ** Value - Current state of the type
47 47  
46 +(% class="wikigeneratedid" %)
48 48  === Notes ===
49 49  
50 50  * Before removing the SD card stop the event log: ##sr eventlog off##