https://issues.apache.org/bugzilla/show_bug.cgi?id=44777

           Summary: additional entries in logging.properties ignored
           Product: Tomcat 6
           Version: 6.0.16
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am trying to remove these lines which shows up in catalina.out:

08-Apr-2008 12:10:37 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.

I have followed the documentation and modified
CATALINA_HOME/conf/logging.properties and added this line at the bottom of the
file:

org.apache.tomcat.util.http.Parameters.level = SEVERE

I then restart tomcat and the WARNING about the invalid chunk *still* appears.
If I do a ps I see that the tomcat process has apparently started up with a
system property pointing to the correct logging.properties:

opt/java/jdk/bin/java
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/opt/java/apache-tomcat-6.0.16/conf/logging.properties

So it appears as if tomcat is ignoring what I set in logging.properties.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to