Changes between Version 9 and Version 10 of UnifiedLogger
- Timestamp:
- 10/01/2019 10:34:19 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedLogger
v9 v10 17 17 A separate web app, `unifiedlogmonitor.html`, runs in a web browser to display a nicely formatted version of the CSV file. 18 18 19 See attached Data Flow Diagram. 20 19 21 === Configuration === 20 22 A single configuration file, `loggingservice.cfg`, resides in the simulation `config` folder. … … 23 25 [Paths] 24 26 UnifiedLogPath = webapps/dynamicdata/ 27 ActivityLogPath = webapps/dynamicdata/ 25 28 }}} 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.''29 The `UnifiedLogPath` 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.'' Similarly, the `ActivityLogPath` specifies the path to the folder in which the Activity Log ("data.json") file exists. When deployed to the web server, this path will be different than when testing on a local server. 27 30 28 31 Optionally, `application_properties.cfg` can be placed in `config` folder. For example,
