Produced by Araxis Merge on 4/5/2017 4:25:30 PM Central 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ea\src\main\resources | log4j.xml | Wed Feb 1 18:37:28 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ea\src\main\resources | log4j.xml | Mon Apr 3 14:01:25 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 756 |
| Changed | 2 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 . DNS " | |
| 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 | <!-- | |
| 123 | <a ppender na me="CSF_JD BC" | |
| 124 | clas s="org.apa che.log4j. jdbc.JDBCA ppender"> | |
| 125 | <par am name="T hreshold" value="ERR OR" /> | |
| 126 | <par am name="d river" val ue="" /> | |
| 127 | <par am name="U RL" value= "" /> | |
| 128 | <par am name="u ser" value ="DBA" /> | |
| 129 | <par am name="p assword" v alue="SQL" /> | |
| 130 | <lay out class= "org.apach e.log4j.Pa tternLayou t"> | |
| 131 | <param name="Con versionPat tern" | |
| 132 | value="I NSERT INTO ErrorLog (ErrorMess age) VALUE S ('%d - % c - %p - % m')" /> | |
| 133 | </la yout> | |
| 134 | </ appender> | |
| 135 | -- > | |
| 136 | ||
| 137 | <!--====== ========== =End Appen ders for C SF======== ========= --> | |
| 138 | ||
| 139 | <!-- ===== ========== ==Appender s for Even ts======== =========- -> | |
| 140 | ||
| 141 | <appender | |
| 142 | name="EVEN T_FILE" | |
| 143 | ||
| 144 | class="org .apache.lo g4j.Rollin gFileAppen der" | |
| 145 | > | |
| 146 | ||
| 147 | <param | |
| 148 | name="Thre shold" | |
| 149 | value="INF O" | |
| 150 | /> | |
| 151 | ||
| 152 | <param | |
| 153 | name="File " | |
| 154 | value="" | |
| 155 | /> | |
| 156 | ||
| 157 | <param | |
| 158 | name="Appe nd" | |
| 159 | value="tru e" | |
| 160 | /> | |
| 161 | ||
| 162 | <param | |
| 163 | name="MaxF ileSize" | |
| 164 | value="500 KB" | |
| 165 | /> | |
| 166 | ||
| 167 | <param | |
| 168 | name="MaxB ackupIndex " | |
| 169 | value="1" | |
| 170 | /> | |
| 171 | ||
| 172 | <layout | |
| 173 | class="org .apache.lo g4j.Patter nLayout" | |
| 174 | > | |
| 175 | ||
| 176 | <param | |
| 177 | name="Conv ersionPatt ern" | |
| 178 | value="%d %-5p [%c] %m%n" | |
| 179 | /> | |
| 180 | ||
| 181 | </layout> | |
| 182 | ||
| 183 | </appender > | |
| 184 | ||
| 185 | <!-- Mail Appender - -> | |
| 186 | ||
| 187 | <appender | |
| 188 | name="EVEN T_SMTP" | |
| 189 | ||
| 190 | class="org .apache.lo g4j.net.SM TPAppender " | |
| 191 | > | |
| 192 | ||
| 193 | <param | |
| 194 | name="Thre shold" | |
| 195 | value="ERR OR" | |
| 196 | /> | |
| 197 | ||
| 198 | <param | |
| 199 | name="To" | |
| 200 | value="ash aamritraj@ gmail.com" | |
| 201 | /> | |
| 202 | ||
| 203 | <param | |
| 204 | name="From " | |
| 205 | value="ash aamritraj@ gmail.com" | |
| 206 | /> | |
| 207 | ||
| 208 | <param | |
| 209 | name="Subj ect" | |
| 210 | value="VAP Applicatio n Error" | |
| 211 | /> | |
| 212 | ||
| 213 | <param | |
| 214 | name="SMTP Host" | |
| 215 | value="mai lproxy.aac . DNS " | |
| 216 | /> | |
| 217 | ||
| 218 | <param | |
| 219 | name="Buff erSize" | |
| 220 | value="10" | |
| 221 | /> | |
| 222 | ||
| 223 | <layout | |
| 224 | class="org .apache.lo g4j.Patter nLayout" | |
| 225 | > | |
| 226 | ||
| 227 | <param | |
| 228 | name="Conv ersionPatt ern" | |
| 229 | ||
| 230 | value="[%d {ABSOLUTE} ,%c{1}] %m %n" | |
| 231 | /> | |
| 232 | ||
| 233 | </layout> | |
| 234 | ||
| 235 | </appender > | |
| 236 | ||
| 237 | <!-- JDBC --> | |
| 238 | ||
| 239 | <!-- | |
| 240 | <a ppender na me="EVENT_ JDBC" | |
| 241 | clas s="org.apa che.log4j. jdbc.JDBCA ppender"> | |
| 242 | <par am name="T hreshold" value="ERR OR" /> | |
| 243 | <par am name="d river" val ue="" /> | |
| 244 | <par am name="U RL" value= "" /> | |
| 245 | <par am name="u ser" value ="DBA" /> | |
| 246 | <par am name="p assword" v alue="SQL" /> | |
| 247 | <lay out class= "org.apach e.log4j.Pa tternLayou t"> | |
| 248 | <param name="Con versionPat tern" | |
| 249 | value="I NSERT INTO ErrorLog (ErrorMess age) VALUE S ('%d - % c - %p - % m')" /> | |
| 250 | </la yout> | |
| 251 | </ appender> | |
| 252 | -- > | |
| 253 | ||
| 254 | <!--====== ========== =End Appen ders for E vent====== ========== = --> | |
| 255 | ||
| 256 | <!-- ===== ========== ========== ===== --> | |
| 257 | ||
| 258 | <!-- Appen d messages to the co nsole --> | |
| 259 | ||
| 260 | <!-- ===== ========== ========== =====--> | |
| 261 | ||
| 262 | <appender | |
| 263 | name="CONS OLE" | |
| 264 | class="org .apache.lo g4j.Consol eAppender" | |
| 265 | > | |
| 266 | ||
| 267 | <param | |
| 268 | name="Targ et" | |
| 269 | value="Sys tem.out" | |
| 270 | /> | |
| 271 | ||
| 272 | <param | |
| 273 | name="Thre shold" | |
| 274 | value="WAR N" | |
| 275 | /> | |
| 276 | ||
| 277 | <layout | |
| 278 | class="org .apache.lo g4j.Patter nLayout" | |
| 279 | > | |
| 280 | ||
| 281 | <!-- The default pa ttern: Dat e Priority [Category ] Message\ n --> | |
| 282 | ||
| 283 | <param | |
| 284 | name="Conv ersionPatt ern" | |
| 285 | ||
| 286 | value="%d{ ABSOLUTE} %-5p [%c{1 }] %m%n" | |
| 287 | /> | |
| 288 | ||
| 289 | </layout> | |
| 290 | ||
| 291 | </appender > | |
| 292 | ||
| 293 | ||
| 294 | <appender | |
| 295 | name="JSR7 7" | |
| 296 | class="org .apache.lo g4j.FileAp pender" | |
| 297 | > | |
| 298 | ||
| 299 | <param | |
| 300 | name="Appe nd" | |
| 301 | value="fal se" | |
| 302 | /> | |
| 303 | ||
| 304 | <param | |
| 305 | name="File " | |
| 306 | value="/lo g/jsr77.lo g" | |
| 307 | /> | |
| 308 | ||
| 309 | <layout | |
| 310 | class="org .apache.lo g4j.Patter nLayout" | |
| 311 | > | |
| 312 | ||
| 313 | <param | |
| 314 | name="Conv ersionPatt ern" | |
| 315 | ||
| 316 | value="%d{ ABSOLUTE} %-5p [%c{1 }] %m%n" | |
| 317 | /> | |
| 318 | ||
| 319 | </layout> | |
| 320 | ||
| 321 | </appender > | |
| 322 | ||
| 323 | <!-- ===== ========== ======= -- > | |
| 324 | ||
| 325 | <!-- More Appender - -> | |
| 326 | ||
| 327 | <!-- ===== ========== ======= -- > | |
| 328 | ||
| 329 | <!-- Buffe r events a nd log the m asynchro nously --> | |
| 330 | ||
| 331 | <!-- | |
| 332 | <a ppender na me="ASYNC" class="or g.apache.l og4j.Async Appender"> | |
| 333 | <app ender-ref ref="CSF_F ILE" /> | |
| 334 | <app ender-ref ref="CSF_J DBC" /> | |
| 335 | <app ender-ref ref="CSF_S MTP" /> | |
| 336 | <app ender-ref ref="EVENT _FILE" /> | |
| 337 | <app ender-ref ref="EVENT _JDBC" /> | |
| 338 | <app ender-ref ref="EVENT _SMTP" /> | |
| 339 | </ appender> | |
| 340 | -- > | |
| 341 | ||
| 342 | <!-- ===== ========== = --> | |
| 343 | ||
| 344 | <!-- Limit categorie s --> | |
| 345 | ||
| 346 | <!-- ===== ========== = --> | |
| 347 | ||
| 348 | <!-- Limit categorie s to INFO | |
| 349 | <cat egory name =""> | |
| 350 | <pri ority valu e="INFO"/> | |
| 351 | </ca tegory> | |
| 352 | -- > | |
| 353 | ||
| 354 | <!-- | |
| 355 | RULE S for logg ing DEBUG < INFO < W ARN < ERRO R < FATAL. | |
| 356 | -- > | |
| 357 | ||
| 358 | <!-- teste d and run | |
| 359 | <c ategory na me="*" add itivity="f alse"> | |
| 360 | <pri ority valu e="ERROR" /> | |
| 361 | </ category> | |
| 362 | --> | |
| 363 | ||
| 364 | <!-- | |
| 365 | Decr ease the p riority th reshold | |
| 366 | <cat egory name =""> | |
| 367 | <pri ority valu e="DEBUG"/ > | |
| 368 | </ca tegory> | |
| 369 | -- > | |
| 370 | ||
| 371 | <!-- Setup the Root category - -> | |
| 372 | ||
| 373 | <root> | |
| 374 | ||
| 375 | <appender- ref | |
| 376 | ref="CONSO LE" | |
| 377 | /> | |
| 378 | ||
| 379 | </root> | |
| 380 | </log4j:co nfiguratio n> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.