-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
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
As per this code the logs are limited to 10k lines apiece. Is there a particular reason to customize it?