Skip to content

Commit 2ad0677

Browse files
committed
default to info logging for org.apache
1 parent ec98c40 commit 2ad0677

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
./build.sh
22

33
java \
4-
"-Dlog4j.configuration=file:./log4j.debugging.properties" \
54
-Xmx512M \
65
-Xms512M \
76
-cp 'lib/*:bin' \

src/log4j.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ log4j.appender.fileName.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
1616
### the console and to the log fileName.
1717
log4j.rootLogger=info, stdout, fileName
1818

19+
org.apache.http=info
1920
log4j.logger.nl.melp.linkchecker=debug
2021

0 commit comments

Comments
 (0)