Changeset 440 in tmcsimulator for trunk/src/tmcsim


Ignore:
Timestamp:
07/11/2019 04:29:12 PM (7 years ago)
Author:
jdalbey
Message:

Move unified logger to python folder under src. Create a separate web app to display the log file in a formatted html page. Fix sanitize defect in cms and har layers.

Location:
trunk/src/tmcsim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/application.properties

    r435 r440  
    1 #Wed, 10 Jul 2019 15:20:20 -0700 
     1#Thu, 11 Jul 2019 17:51:05 -0700 
    22 
    3 Application.revision=434 
     3Application.revision=439 
    44 
    55Application.buildnumber=146 
  • trunk/src/tmcsim/cadsimulator/Coordinator.java

    r435 r440  
    758758                if (initials.length() > 0) 
    759759                {//CAD Log Entry, Incident #187, Sharon: REQUEST EXTRA ANCHOVIES 
    760                     output.append("CAD log entry, "); 
     760                    output.append("CAD log, "); 
    761761                    output.append("Incident #" + incident.logNum + ", "); 
    762762                    output.append(initials + ": "); 
Note: See TracChangeset for help on using the changeset viewer.