I am running Jenkins 1.646 from source using mvn jenkins-dev:run. It seems to be logging at the DEBUG level making page load very slow. How do I change the log level of Jenkins. I have tried the usual util.logging properties file, but I can't get it working.
01:58:52.542 Handling POST /ajaxBuildQueue from 0:0:0:0:0:0:0:1 : RequestHandlerThread[#5] DEBUG o.apache.commons.jelly.JellyContext - Registering tag library to: jelly:swt taglib: org.apache.commons.jelly.tags.swt.SwtTagLibrary 01:58:52.542 Handling POST /ajaxBuildQueue from 0:0:0:0:0:0:0:1 : RequestHandlerThread[#5] DEBUG o.apache.commons.jelly.JellyContext - Registering tag library to: jelly:swt taglib: org.apache.commons.jelly.tags.swt.SwtTagLibrary
I followed the various ideas from http://stackoverflow.com/questions/35218415/how-to-set-jenkins-log-level-from-maven . But those did not help.
[JENKINS-32932] How to set jenkins log level from maven?
Labels | New: jelly logging |
Description |
Original:
I am running Jenkins from source using mvn jenkins-dev:run. It seems to be logging at the DEBUG level making page load very slow. How do I change the log level of Jenkins. I have tried the usual util.logging properties file, but I can't get it working. 01:58:52.542 [Handling POST /ajaxBuildQueue from 0:0:0:0:0:0:0:1 : RequestHandlerThread[#5]] DEBUG o.apache.commons.jelly.JellyContext - Registering tag library to: jelly:swt taglib: org.apache.commons.jelly.tags.swt.SwtTagLibrary 01:58:52.542 [Handling POST /ajaxBuildQueue from 0:0:0:0:0:0:0:1 : RequestHandlerThread[#5]] DEBUG o.apache.commons.jelly.JellyContext - Registering tag library to: jelly:swt taglib: org.apache.commons.jelly.tags.swt.SwtTagLibrary I followed the various ideas from http://stackoverflow.com/questions/35218415/how-to-set-jenkins-log-level-from-maven . But those did not help. |
New:
I am running Jenkins 1.646 from source using mvn jenkins-dev:run. It seems to be logging at the DEBUG level making page load very slow. How do I change the log level of Jenkins. I have tried the usual util.logging properties file, but I can't get it working. 01:58:52.542 [Handling POST /ajaxBuildQueue from 0:0:0:0:0:0:0:1 : RequestHandlerThread[#5]] DEBUG o.apache.commons.jelly.JellyContext - Registering tag library to: jelly:swt taglib: org.apache.commons.jelly.tags.swt.SwtTagLibrary 01:58:52.542 [Handling POST /ajaxBuildQueue from 0:0:0:0:0:0:0:1 : RequestHandlerThread[#5]] DEBUG o.apache.commons.jelly.JellyContext - Registering tag library to: jelly:swt taglib: org.apache.commons.jelly.tags.swt.SwtTagLibrary I followed the various ideas from http://stackoverflow.com/questions/35218415/how-to-set-jenkins-log-level-from-maven . But those did not help. |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 168648 ] | New: JNJira + In-Review [ 198452 ] |