Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jan 23, 2014
1 parent 6357ed9 commit 6debd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</layout>
</appender>
<appender name="ASYNC" class="org.apache.log4j.AsyncAppender">
<param name="BufferSize" value="500"/>
<param name="BufferSize" value="500"/>
<param name="LocationInfo" value="true"/>
<appender-ref ref="RollingTextFile"/>
<appender-ref ref="RollingTextFile"/>
<appender-ref ref="stdout"/>
</appender>
<logger name="org.apache.http">
Expand Down

0 comments on commit 6debd3c

Please sign in to comment.