Details
-
Improvement
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
When adding a Log Recorder and not giving any package / class info, the default log level is set instead.
This has very detrimental effect. In most of the cases it crashed Jenkins. And Jenkins startup get deadlocked.
We should either make this field required, or explicitly warn the user about this.
Attachments
Issue Links
- relates to
-
JENKINS-27669 Creating an empty logger crashs Jenkins
-
- Closed
-
-
JENKINS-42235 Attempting to create a root/unfiltered log recorder with level 'ALL' should display a warning
-
- Resolved
-
-
JENKINS-68284 Modernise log recorder pages
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Assignee | Emilio Escobar [ escoem ] | Allan BURDAJEWICZ [ allan_burdajewicz ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Component/s | core [ 15593 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Summary | Prevent Empty Log recorders | Prevent Empty Logger in Log recorders |
Link |
This issue relates to |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "core #4815 (Web Link)" [ 25227 ] |
Link |
This issue relates to |
Component/s | support-core-plugin [ 18146 ] |
Status | In Review [ 10005 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Assignee | Allan BURDAJEWICZ [ allan_burdajewicz ] |
Summary | Prevent Empty Logger in Log recorders | Require confirmation before configuring root logger to high log level |
Attachment | 163651766-7d1f4020-8419-426c-8421-c135611e00f9.png [ 57711 ] |
Let's use
JENKINS-42235to track the idea of adding a warning to the page (taken care of as part ofJENKINS-68284) but keep this ticket open to track the idea of a confirmation dialog as Tim has prototyped in jenkinsci/jenkins#6473 (comment) (screenshot attached).