3790. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:35 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

3790.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:35 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-migration\src\main\resources log4j.xml Fri Apr 21 20:03:28 2017 UTC

3790.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 460
Removed 0 0

3790.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

3790.4 Active regular expressions

No regular expressions were active.

3790.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <!DOCTYPE  log4j:conf iguration  SYSTEM "lo g4j.dtd">
        6   <!-- ===== ========== ========== ========== ========== ========== ========== ==== -->
        7   <!-- -->
        8   <!-- Log4j  Configura tion -->
        9   <!-- -->
        10   <!-- ===== ========== ========== ========== ========== ========== ========== ==== -->
        11   <!-- $Id:  log4j.xml, v 1.13.2.3  2003/05/0 2 00:53:12  slaboure  Exp $ -->
        12   <!--
        13           |  For more c onfigurati on infroma tion and e xamples se e the Jaka rta Log4j
        14           |  owebsite:  http://jak arta.apach e.org/log4 j
        15   -->
        16   <log4j:con figuration  
        17     xmlns:log4 j="http:// jakarta.ap ache.org/l og4j/"
        18           
        19     debug="fal se"
        20   >
        21             
        22     <!-- ===== ========== ==Appender s for CSF= ========== ======-->
        23             
        24     <appender 
        25      name="CSF_ FILE"
        26                      
        27      class="org .apache.lo g4j.Rollin gFileAppen der"
        28     >
        29                       
        30      <param 
        31       name="Thre shold" 
        32       value="INF O" 
        33      />
        34                       
        35      <param 
        36       name="File
        37       value="${l ogFile.loc ation}" 
        38      />
        39                       
        40      <param 
        41       name="Appe nd" 
        42       value="tru e" 
        43      />
        44                       
        45      <param 
        46       name="MaxF ileSize" 
        47       value="500 KB" 
        48      />
        49                       
        50      <param 
        51       name="MaxB ackupIndex
        52       value="1" 
        53      />
        54                       
        55      <layout 
        56       class="org .apache.lo g4j.Patter nLayout"
        57      >
        58                                 
        59       <param 
        60        name="Conv ersionPatt ern" 
        61        value="%d  %-5p [%c]  %m%n" 
        62       />
        63                        
        64      </layout>
        65              
        66     </appender >
        67             
        68     <!-- Mail  Appender - ->
        69             
        70     <appender 
        71      name="CSF_ SMTP"
        72                      
        73      class="org .apache.lo g4j.net.SM TPAppender "
        74     >
        75                       
        76      <param 
        77       name="Thre shold" 
        78       value="ERR OR" 
        79      />
        80                       
        81      <param 
        82       name="To" 
        83       value="ash aamritraj@ gmail.com"  
        84      />
        85                       
        86      <param 
        87       name="From
        88       value="ash aamritraj@ gmail.com"  
        89      />
        90                       
        91      <param 
        92       name="Subj ect" 
        93       value="VAP  Applicati on Error" 
        94      />
        95                       
        96      <param 
        97       name="SMTP Host" 
        98       value="mai lproxy.aac .va.gov" 
        99      />
        100                       
        101      <param 
        102       name="Buff erSize" 
        103       value="10"  
        104      />
        105                       
        106      <layout 
        107       class="org .apache.lo g4j.Patter nLayout"
        108      >
        109                                 
        110       <param 
        111        name="Conv ersionPatt ern"
        112                                          
        113        value="[%d {ABSOLUTE} ,%c{1}] %m %n" 
        114       />
        115                        
        116      </layout>
        117              
        118     </appender >
        119             
        120     <!--JDBC-- >
        121             
        122     <appender 
        123      name="CSF_ JDBC"
        124                      
        125      class="org .apache.lo g4j.jdbc.J DBCAppende r"
        126     >
        127                       
        128      <param 
        129       name="Thre shold" 
        130       value="ERR OR" 
        131      />
        132                       
        133      <param 
        134       name="driv er" 
        135       value="" 
        136      />
        137                       
        138      <param 
        139       name="URL"  
        140       value="" 
        141      />
        142                       
        143      <param 
        144       name="user
        145       value="DBA
        146      />
        147                       
        148      <param 
        149       name="pass word" 
        150       value="SQL
        151      />
        152                       
        153      <layout 
        154       class="org .apache.lo g4j.Patter nLayout"
        155      >
        156                                 
        157       <param 
        158        name="Conv ersionPatt ern"
        159                                          
        160        value="INS ERT INTO E rrorLog (E rrorMessag e) VALUES  ('%d - %c  - %p - %m' )" 
        161       />
        162                        
        163      </layout>
        164              
        165     </appender >
        166             
        167     <!--====== ========== =End Appen ders for C SF======== =========  -->
        168             
        169     <!-- ===== ========== ==Appender s for Even ts======== =========- ->
        170             
        171     <appender 
        172      name="EVEN T_FILE"
        173                      
        174      class="org .apache.lo g4j.Rollin gFileAppen der"
        175     >
        176                       
        177      <param 
        178       name="Thre shold" 
        179       value="INF O" 
        180      />
        181                       
        182      <param 
        183       name="File
        184       value="" 
        185      />
        186                       
        187      <param 
        188       name="Appe nd" 
        189       value="tru e" 
        190      />
        191                       
        192      <param 
        193       name="MaxF ileSize" 
        194       value="500 KB" 
        195      />
        196                       
        197      <param 
        198       name="MaxB ackupIndex
        199       value="1" 
        200      />
        201                       
        202      <layout 
        203       class="org .apache.lo g4j.Patter nLayout"
        204      >
        205                                 
        206       <param 
        207        name="Conv ersionPatt ern" 
        208        value="%d  %-5p [%c]  %m%n" 
        209       />
        210                        
        211      </layout>
        212              
        213     </appender >
        214             
        215     <!-- Mail  Appender - ->
        216             
        217     <appender 
        218      name="EVEN T_SMTP"
        219                      
        220      class="org .apache.lo g4j.net.SM TPAppender "
        221     >
        222                       
        223      <param 
        224       name="Thre shold" 
        225       value="ERR OR" 
        226      />
        227                       
        228      <param 
        229       name="To" 
        230       value="ash aamritraj@ gmail.com"  
        231      />
        232                       
        233      <param 
        234       name="From
        235       value="ash aamritraj@ gmail.com"  
        236      />
        237                       
        238      <param 
        239       name="Subj ect" 
        240       value="VAP Applicatio n Error" 
        241      />
        242                       
        243      <param 
        244       name="SMTP Host" 
        245       value="mai lproxy.aac .va.gov" 
        246      />
        247                       
        248      <param 
        249       name="Buff erSize" 
        250       value="10"  
        251      />
        252                       
        253      <layout 
        254       class="org .apache.lo g4j.Patter nLayout"
        255      >
        256                                 
        257       <param 
        258        name="Conv ersionPatt ern"
        259                                          
        260        value="[%d {ABSOLUTE} ,%c{1}] %m %n" 
        261       />
        262                        
        263      </layout>
        264              
        265     </appender >
        266             
        267     <!-- JDBC  -->
        268             
        269     <appender 
        270      name="EVEN T_JDBC"
        271                      
        272      class="org .apache.lo g4j.jdbc.J DBCAppende r"
        273     >
        274                       
        275      <param 
        276       name="Thre shold" 
        277       value="ERR OR" 
        278      />
        279                       
        280      <param 
        281       name="driv er" 
        282       value="" 
        283      />
        284                       
        285      <param 
        286       name="URL"  
        287       value="" 
        288      />
        289                       
        290      <param 
        291       name="user
        292       value="DBA
        293      />
        294                       
        295      <param 
        296       name="pass word" 
        297       value="SQL
        298      />
        299                       
        300      <layout 
        301       class="org .apache.lo g4j.Patter nLayout"
        302      >
        303                                 
        304       <param 
        305        name="Conv ersionPatt ern"
        306                                          
        307        value="INS ERT INTO E rrorLog (E rrorMessag e) VALUES  ('%d - %c  - %p - %m' )" 
        308       />
        309                        
        310      </layout>
        311              
        312     </appender >
        313             
        314     <!--====== ========== =End Appen ders for E vent====== ========== = -->
        315             
        316     <!-- ===== ========== ========== ===== -->
        317             
        318     <!-- Appen d messages  to the co nsole -->
        319             
        320     <!-- ===== ========== ========== =====-->
        321             
        322     <appender 
        323      name="CONS OLE" 
        324      class="org .apache.lo g4j.Consol eAppender"
        325     >
        326                       
        327      <param 
        328       name="Targ et" 
        329       value="Sys tem.out" 
        330      />
        331                       
        332      <param 
        333       name="Thre shold" 
        334       value="INF O" 
        335      />
        336                       
        337      <layout 
        338       class="org .apache.lo g4j.Patter nLayout"
        339      >
        340                                 
        341       <!--  The  default pa ttern: Dat e Priority  [Category ] Message\ n -->
        342                                 
        343       <param 
        344        name="Conv ersionPatt ern"
        345                                          
        346        value="%d{ ABSOLUTE}  %-5p [%c{1 }] %m%n" 
        347       />
        348                        
        349      </layout>
        350              
        351     </appender >
        352    
        353             
        354     <appender 
        355      name="JSR7 7" 
        356      class="org .apache.lo g4j.FileAp pender"
        357     >
        358                       
        359      <param 
        360       name="Appe nd" 
        361       value="fal se" 
        362      />
        363                       
        364      <param 
        365       name="File
        366       value="/lo g/jsr77.lo g" 
        367      />
        368                       
        369      <layout 
        370       class="org .apache.lo g4j.Patter nLayout"
        371      >
        372                                 
        373       <param 
        374        name="Conv ersionPatt ern"
        375                                          
        376        value="%d{ ABSOLUTE}  %-5p [%c{1 }] %m%n" 
        377       />
        378                        
        379      </layout>
        380              
        381     </appender >
        382             
        383     <!-- ===== ========== ======= -- >
        384             
        385     <!-- More  Appender - ->
        386             
        387     <!-- ===== ========== ======= -- >
        388             
        389     <!-- Buffe r events a nd log the m asynchro nously -->
        390             
        391     <appender 
        392      name="ASYN C" 
        393      class="org .apache.lo g4j.AsyncA ppender"
        394     >
        395                       
        396      <appender- ref 
        397       ref="CSF_F ILE" 
        398      />
        399                       
        400      <appender- ref 
        401       ref="CSF_J DBC" 
        402      />
        403                       
        404      <appender- ref 
        405       ref="CSF_S MTP" 
        406      />
        407                       
        408      <appender- ref 
        409       ref="EVENT _FILE" 
        410      />
        411                       
        412      <appender- ref 
        413       ref="EVENT _JDBC" 
        414      />
        415                       
        416      <appender- ref 
        417       ref="EVENT _SMTP" 
        418      />
        419              
        420     </appender >
        421             
        422     <!-- ===== ========== = -->
        423             
        424     <!-- Limit  categorie s -->
        425             
        426     <!-- ===== ========== = -->
        427             
        428     <!-- Limit  categorie s to INFO
        429                      <cat egory name ="">
        430                      <pri ority valu e="INFO"/>
        431                      </ca tegory>
        432             -- >
        433             
        434     <!--
        435                      RULE S for logg ing DEBUG  < INFO < W ARN < ERRO R < FATAL.
        436             -- >
        437             
        438     <!-- teste d and run
        439             <c ategory na me="*" add itivity="f alse">
        440                      <pri ority valu e="ERROR"  />
        441             </ category>
        442       -->
        443             
        444     <!--
        445                      Decr ease the p riority th reshold
        446                      <cat egory name ="">
        447                      <pri ority valu e="DEBUG"/ >
        448                      </ca tegory>
        449             -- >
        450             
        451     <!-- Setup  the Root  category - ->
        452             
        453     <root>
        454                       
        455      <appender- ref 
        456       ref="CONSO LE" 
        457      />
        458              
        459     </root>
        460   </log4j:co nfiguratio n>