ASF Bugzilla – Attachment 27479 Details for
Bug 51758
Setting logger-specific overrides in logging.properties not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2011-09-10_tc6_bug51758.patch
2011-09-10_tc6_bug51758.patch (text/plain), 2.52 KB, created by
Konstantin Kolinko
on 2011-09-09 23:39:48 UTC
(
hide
)
Description:
2011-09-10_tc6_bug51758.patch
Filename:
MIME Type:
Creator:
Konstantin Kolinko
Created:
2011-09-09 23:39:48 UTC
Size:
2.52 KB
patch
obsolete
>Index: java/org/apache/tomcat/util/digester/Digester.java >=================================================================== >--- java/org/apache/tomcat/util/digester/Digester.java (revision 1167332) >+++ java/org/apache/tomcat/util/digester/Digester.java (working copy) >@@ -329,14 +329,14 @@ > * The Log to which most logging calls will be made. > */ > protected Log log = >- LogFactory.getLog("org.apache.commons.digester.Digester"); >+ LogFactory.getLog("org.apache.tomcat.util.digester.Digester"); > > > /** > * The Log to which all SAX event related logging calls will be made. > */ > protected Log saxLog = >- LogFactory.getLog("org.apache.commons.digester.Digester.sax"); >+ LogFactory.getLog("org.apache.tomcat.util.digester.Digester.sax"); > > > /** >@@ -2635,8 +2635,8 @@ > return; > } > >- log = LogFactory.getLog("org.apache.commons.digester.Digester"); >- saxLog = LogFactory.getLog("org.apache.commons.digester.Digester.sax"); >+ log = LogFactory.getLog("org.apache.tomcat.util.digester.Digester"); >+ saxLog = LogFactory.getLog("org.apache.tomcat.util.digester.Digester.sax"); > > // Perform lazy configuration as needed > initialize(); // call hook method for subclasses that want to be initialized once only >Index: java/org/apache/tomcat/util/digester/GenericParser.java >=================================================================== >--- java/org/apache/tomcat/util/digester/GenericParser.java (revision 1167332) >+++ java/org/apache/tomcat/util/digester/GenericParser.java (working copy) >@@ -42,7 +42,7 @@ > * The Log to which all SAX event related logging calls will be made. > */ > protected static Log log = >- LogFactory.getLog("org.apache.commons.digester.Digester.sax"); >+ LogFactory.getLog("org.apache.tomcat.util.digester.Digester.sax"); > > /** > * The JAXP 1.2 property required to set up the schema location. >Index: java/org/apache/tomcat/util/digester/XercesParser.java >=================================================================== >--- java/org/apache/tomcat/util/digester/XercesParser.java (revision 1167332) >+++ java/org/apache/tomcat/util/digester/XercesParser.java (working copy) >@@ -47,7 +47,7 @@ > * The Log to which all SAX event related logging calls will be made. > */ > protected static Log log = >- LogFactory.getLog("org.apache.commons.digester.Digester.sax"); >+ LogFactory.getLog("org.apache.tomcat.util.digester.Digester.sax"); > > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51758
: 27479