Changes for page Event Log
Last modified by Scott Kohlmann on 2023/04/21 14:08
From version 9.1
edited by Mark Kohlmann
on 2022/02/04 22:32
on 2022/02/04 22:32
Change comment:
There is no comment for this version
To version 6.1
edited by Mark Kohlmann
on 2022/02/04 03:04
on 2022/02/04 03:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,7 +11,7 @@ 11 11 ** Enable Logging to File: ##sr eventlog file true## 12 12 * Enable event log: ##sr eventlog true## 13 13 * Enable Trace: ##sr eventlog trace true## 14 -* Files are saved by default to: ##\RM\sr\log\event log(processor) or /opt/crestron/virtualcontrol/RunningPrograms/ROOMID/User/sr/log (VC-4)##14 +* Files are saved by default to: ##\RM\sr\log\eventLog## 15 15 * ((( 16 16 View the Event Log Status: ##sr eventlog status## 17 17 ))) ... ... @@ -28,7 +28,7 @@ 28 28 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+ 29 29 ~| Log to File | False | 30 30 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+ 31 -~| Log File Path | \RM\sr\log\event log |31 +~| Log File Path | \RM\sr\log\eventLog | 32 32 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+ 33 33 ~| Enable Trace | True | 34 34 +~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+## ... ... @@ -39,13 +39,12 @@ 39 39 * File is saved in a csv (comma separated values) format 40 40 * 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. 41 41 * Once the file reaches 2MB it will automatically be zipped and a new file will be created and the index will be incremented. 42 -* Quote(") is used as a text qualifer42 +* Text qualifier is not used. 43 43 * Columns: 44 -##AppID,Timestamp, Level,Trigger,Type,GlobalId,Name,Message,Value##44 +##AppID,Timestamp,Trigger,Type,GlobalId,Name,Message,Value## 45 45 ** AppID - The app number on the control system that logged the message 46 46 ** Timestamp - Timestamp of the log entry in YYYY-MM-DDTHH:MM:SSTZ format. Example: 2020-02-21T11:57:21-06:00 47 -** Level - Level of logging (Trace, Debug, Information, Warning, Error, Critical) 48 -** Trigger - Empty unless Enable Trace is true. The object that triggered the event. **Version 3.014 or later.** Multiple possible triggers. Additional triggers may be added in the future. 47 +** Trigger - Empty unless Enable Trace is true. The object that triggered the event. Version 3.014 or later. Multiple possible triggers. Additional triggers may be added in the future. 49 49 *** BACNET:X - BACnet instance that triggered the event. X is the BACnet name. 50 50 *** FUSION:XX - Crestron Fusion triggered the event. XX is the IP-ID. 51 51 *** GID:N - Triggered by a ShowRunner object. N is the GlobalId of the object.