[JIRA] [support-core-plugin] (JENKINS-30816) Allow for customizing JENKINS_HOME/logs/custom size

2015-10-19 Thread kacynski.w...@aoins.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Walter Kacynski commented on  JENKINS-30816 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow for customizing JENKINS_HOME/logs/custom size  
 
 
 
 
 
 
 
 
 
 
When you are logging with RBAC / Security 10k is not very much and it would be more helpful to have larger log files. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [support-core-plugin] (JENKINS-30816) Allow for customizing JENKINS_HOME/logs/custom size

2015-10-19 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-30816 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow for customizing JENKINS_HOME/logs/custom size  
 
 
 
 
 
 
 
 
 
 
As per this code the logs are limited to 10k lines apiece. Is there a particular reason to customize it? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [support-core-plugin] (JENKINS-30816) Allow for customizing JENKINS_HOME/logs/custom size

2015-10-06 Thread schristo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steven Christou created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30816 
 
 
 
  Allow for customizing JENKINS_HOME/logs/custom size  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Steven Christou 
 
 
 

Components:
 

 support-core-plugin 
 
 
 

Created:
 

 06/Oct/15 7:18 PM 
 
 
 

Priority:
 
  Trivial 
 
 
 

Reporter:
 
 Steven Christou 
 
 
 
 
 
 
 
 
 
 
Currently the support core plugin records custom loggers to the file system, however it would be nice to allow users to customize the size (via JVM argument). https://github.com/jenkinsci/support-core-plugin/blob/5edc573e45457dd79b8e07594bc24f5921606ef2/src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java#L70 would need to be fixed to use FileListCapComponent.MAX_FILE_SIZE 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment