Changes between Version 12 and Version 13 of UnifiedLogger


Ignore:
Timestamp:
09/01/2022 11:32:51 AM (4 years ago)
Author:
jdalbey
Comment:

update config file description

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLogger

    v12 v13  
    2626UnifiedLogPath = webapps/dynamicdata/ 
    2727ActivityLogPath = webapps/dynamicdata/ 
     28[Files] 
     29ActivityLogDataFilename = data.json 
     30ActivityLogSummaryFilename = data_summary.json 
    2831}}} 
    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.  
     32The `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.  The `Files` section specifies the filenames of the activity log files, as they are produced by Neil's Activity Log. 
    3033 
    3134Optionally, `application_properties.cfg` can be placed in `config` folder.  For example, 
     
    3538revision_number = 452 
    3639}}} 
     40Also, confirm that the CAD server properties file `config/cad_simulator_config.properties` has the correct location for writing the CAD comments log file: 
    3741 
    38 Also, confirm that the CAD server properties file `config/cad_simulator_config.properties` has the correct location for writing the CAD comments log file: 
    3942{{{ 
    4043# The location where the Coordinator writes the CAD comments log 
     
    4447 
    4548=== Packaging === 
    46 The source code is in the `src/python/unifiedlogger` folder. The `package.sh` script found in that folder should be run to package the source files into a zip file and place it in the `deploy` folder. 
     49The source code is in the `src/python/unifiedlogger` folder. The `package.sh` script found in that folder should be run to package the source files into a zip file and place it in the `deploy` folder.  (Update 2022.9.1:  `package.sh` is missing.) 
    4750 
    4851=== Testing ===