Advertisement
tha-dude

log4j2_config

Jul 23rd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1.         <Routing name="RoutingMongo">
  2.             <Routes pattern="$${marker:KEY}">
  3.                 <Route>
  4.                     <MongoDB name="Mongo" hosts="localhost" db="marker_log" collection="${marker:KEY}" user="XXXX" pw="XXXXX">
  5.                         <MarkerFilter marker="asq" onMatch="ACCEPT" onMismatch="ACCEPT"/>
  6.                     </MongoDB>
  7.                 </Route>
  8.             </Routes>
  9.         </Routing>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement