Revision: 16720
          http://sourceforge.net/p/gate/code/16720
Author:   ian_roberts
Date:     2013-07-03 14:16:53 +0000 (Wed, 03 Jul 2013)
Log Message:
-----------
Use the facility introduced in Grails 2 to name the log4j closure
log4j.something, so we can then define another closure with a different
.something in the external config and have the two combine rather than one
replacing the other.

Modified Paths:
--------------
    mimir/trunk/mimir-cloud/grails-app/conf/Config.groovy

Modified: mimir/trunk/mimir-cloud/grails-app/conf/Config.groovy
===================================================================
--- mimir/trunk/mimir-cloud/grails-app/conf/Config.groovy       2013-07-03 
14:14:45 UTC (rev 16719)
+++ mimir/trunk/mimir-cloud/grails-app/conf/Config.groovy       2013-07-03 
14:16:53 UTC (rev 16720)
@@ -154,7 +154,7 @@
 }
 
 // log4j configuration
-log4j = {
+log4j.main = {
   // Example of changing the log pattern for the default console
   // appender:
   //

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to