Skip to content

Commit 95f90fd

Browse files
committed
Removed bad word from log4j config files.
1 parent 5d8492a commit 95f90fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/tomcatconf/log4j-cloud.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Preserve messages in a local file -->
88
<!-- ================================= -->
99

10-
<!-- A regular appender FIXME implement code that will close/reopen logs on SIGHUP by logrotate FIXME make the paths configurable using the build system, dammit -->
10+
<!-- A regular appender FIXME implement code that will close/reopen logs on SIGHUP by logrotate FIXME make the paths configurable using the build system -->
1111
<appender name="FILE" class="org.apache.log4j.rolling.RollingFileAppender">
1212
<param name="Append" value="true"/>
1313
<param name="Threshold" value="DEBUG"/>

server/conf/log4j-cloud.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Preserve messages in a local file -->
88
<!-- ================================= -->
99

10-
<!-- A regular appender FIXME implement code that will close/reopen logs on SIGHUP by logrotate FIXME make the paths configurable using the build system, dammit -->
10+
<!-- A regular appender FIXME implement code that will close/reopen logs on SIGHUP by logrotate FIXME make the paths configurable using the build system-->
1111
<appender name="FILE" class="org.apache.log4j.rolling.RollingFileAppender">
1212
<param name="Append" value="true"/>
1313
<param name="Threshold" value="TRACE"/>

0 commit comments

Comments
 (0)