Scarab commit: svn commit: r11375 - branches/scarab_11079_legacy_with_ant_maven1/src/conf/conf/log4j.properties
[email protected] Wed, 19 Apr 2017 06:55:35 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2017-04-19 06:55:35-0700
New Revision: 11375
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/conf/conf/log4j.properties
Log:
Improved default logging customization of notification manager
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/conf/conf/log4j.properties
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/conf/conf/log4j.properties?view=diff&pathrev=11375&r1=11374&r2=11375
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/conf/conf/log4j.properties (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/conf/conf/log4j.properties 2017-04-19 06:55:35-0700
@@ -49,7 +49,7 @@
log4j.appender.notification = org.apache.log4j.FileAppender
log4j.appender.notification.file = ${applicationRoot}/logs/notification.log
log4j.appender.notification.layout = org.apache.log4j.PatternLayout
-log4j.appender.notification.layout.conversionPattern = %d [%t] %-5p %c - %m%n
+log4j.appender.notification.layout.conversionPattern = %d %-5p %c{1} - %m%n
log4j.appender.notification.append = true
# The email appender is used by EMail subsystem to log outgoing Emails
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=3230594