Changes between Version 7 and Version 8 of UnifiedLogger


Ignore:
Timestamp:
07/16/2019 10:59:08 AM (7 years ago)
Author:
jdalbey
Comment:

update config info

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLogger

    v7 v8  
    3232revision_number = 452 
    3333}}} 
     34 
     35Also, confirm that the CAD server properties file `config/cad_simulator_config.properties` has the correct location for writing the CAD comments log file: 
     36{{{ 
     37# The location where the Coordinator writes the CAD comments log 
     38CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
     39}}} 
     40For production on the apache server, this path should point to `W:` drive, for example, `W:\\webapps\\dynamicdata\\CADcomments.log` 
     41 
    3442=== Packaging === 
    3543The 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.