Changes between Version 5 and Version 6 of UnifiedLogger
- Timestamp:
- 07/16/2019 10:21:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedLogger
v5 v6 24 24 UnifiedLogPath = webapps/dynamicdata/ 25 25 }}} 26 The only option is to specify the path to the folder in which the output CSV file is to be created. This will change between dev and production systems; the production system will expect the file to exist on the apache server.26 The only option is to specify the path to the folder in which the CADcomments.log input file exists, and the output CSV file is to be created. ''Perhaps this isn't necessary; I can't think of a situation where this would change.'' 27 27 28 28 === Packaging === … … 63 63 In CPTMS, display the CMS layer, open a CMS dialog and enter a message "SLOW TRAFFIC". Click "Send" and wait five seconds. Observe an entry for CMS Activated to appear in the monitor. Update the CMS message results in a "CMS Updated" entry in the unified log. Clearing a CMS message results in a "CMS Deactivated" entry in the unified log. 64 64 65 === Deploying on Apache Server === 66 Copy `unifiedlogger.zip` and `unifiedlogmonitor.html` to `webapps` folder on `W:` drive.[[BR]] Copy `loggingservice.cfg` to `config` folder (at same level as `webapps` folder).[[BR]] Start the application: `python webapps/unifiedlogger.zip` 67 65 68 === Running as a background service === 66 69 ''TBD: Explain how to start the service as a unix daemon. Explain start, stop, restart. Explain which files are reset, etc.''
