Changes between Version 9 and Version 10 of UnifiedLogger


Ignore:
Timestamp:
10/01/2019 10:34:19 AM (7 years ago)
Author:
jdalbey
Comment:

update

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLogger

    v9 v10  
    1717A separate web app, `unifiedlogmonitor.html`, runs in a web browser to display a nicely formatted version of the CSV file. 
    1818 
     19See attached Data Flow Diagram. 
     20 
    1921=== Configuration === 
    2022A single configuration file, `loggingservice.cfg`, resides in the simulation `config` folder. 
     
    2325[Paths] 
    2426UnifiedLogPath = webapps/dynamicdata/ 
     27ActivityLogPath = webapps/dynamicdata/ 
    2528}}} 
    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.'' 
     29The `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.  
    2730 
    2831Optionally, `application_properties.cfg` can be placed in `config` folder.  For example,