We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec98c40 commit 2ad0677Copy full SHA for 2ad0677
2 files changed
run.sh
@@ -1,7 +1,6 @@
1
./build.sh
2
3
java \
4
- "-Dlog4j.configuration=file:./log4j.debugging.properties" \
5
-Xmx512M \
6
-Xms512M \
7
-cp 'lib/*:bin' \
src/log4j.properties
@@ -16,5 +16,6 @@ log4j.appender.fileName.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
16
### the console and to the log fileName.
17
log4j.rootLogger=info, stdout, fileName
18
19
+org.apache.http=info
20
log4j.logger.nl.melp.linkchecker=debug
21
0 commit comments