#0 config - Added File appender info
| .. | .. |
|---|
| 15 | 15 | </configuration> |
|---|
| 16 | 16 | </plugin> |
|---|
| 17 | 17 | <plugin> |
|---|
| 18 | | - <groupId>org.apache.maven.plugins</groupId> |
|---|
| 19 | | - <artifactId>maven-jar-plugin</artifactId> |
|---|
| 20 | | - <configuration> |
|---|
| 21 | | - <excludes> |
|---|
| 22 | | - <exclude>*.properties</exclude> |
|---|
| 23 | | - </excludes> |
|---|
| 24 | | - </configuration> |
|---|
| 25 | | - </plugin> |
|---|
| 26 | | - <plugin> |
|---|
| 27 | 18 | <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 28 | 19 | <version>2.4</version> |
|---|
| 29 | 20 | <configuration> |
|---|
| .. | .. |
|---|
| 4 | 4 | <Console name="STDOUT" target="SYSTEM_OUT">
|
|---|
| 5 | 5 | <PatternLayout pattern="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
|
|---|
| 6 | 6 | </Console>
|
|---|
| 7 | | - </Appenders>
|
|---|
| 7 | +<!--
|
|---|
| 8 | + <File name="defaultFile" fileName="${user.home}/.CurisIntegrity/log/securis-client.log" append="false" >
|
|---|
| 9 | + <PatternLayout pattern="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
|
|---|
| 10 | + </File>
|
|---|
| 11 | +-->
|
|---|
| 12 | + </Appenders>
|
|---|
| 8 | 13 | <Loggers>
|
|---|
| 9 | 14 |
|
|---|
| 10 | | - <Logger name="net.curisit" level="info"/>
|
|---|
| 15 | + <Logger name="net.curisit" level="info">
|
|---|
| 16 | + </Logger>
|
|---|
| 11 | 17 |
|
|---|
| 12 | 18 | <Root level="info">
|
|---|
| 13 | 19 | <AppenderRef ref="STDOUT"/>
|
|---|