source: gs3-extensions/atea-nlp-tools/trunk/src/koreromaori-proxy/log4j2.xml@ 35239

Last change on this file since 35239 was 35239, checked in by davidb, 3 years ago

Adding proxy servlet for the Korero Maori Reo Tuhituhi API (initail commit)

File size: 467 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Configuration status="warn" name="KoreroMaoriInterface" packages="">
3 <Appenders>
4 <File name="FileOutput" fileName="../webapps/gs3-koreromaori/koreromaoriinterface.log" append="true">
5 <PatternLayout>
6 <Pattern>%d %p %c{1.} [%t] %m%n</Pattern>
7 </PatternLayout>
8 </File>
9 </Appenders>
10 <Loggers>
11 <Root level="debug">
12 <AppenderRef ref="FileOutput"/>
13 </Root>
14 </Loggers>
15</Configuration>
Note: See TracBrowser for help on using the repository browser.