Bug 2024115

Summary: Console backend is too noisy
Product: OpenShift Container Platform Reporter: Jakub Hadvig <jhadvig>
Component: Management ConsoleAssignee: Jakub Hadvig <jhadvig>
Status: CLOSED DUPLICATE QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: unspecified    
Version: 4.10CC: aos-bugs, jokerman, spadgett
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-17 12:58:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jakub Hadvig 2021-11-17 10:56:18 UTC
Description of problem:
Console pod in the openshift-console namespace is flooded by proxy package logs:

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Check `console` pod in the `openshift-console` namespace
2. 
3.

Actual results:
Flood of proxy package logs
```
I1117 10:42:04.788271       1 proxy.go:104] PROXY: `v1/rules?namespace=deb`
I1117 10:42:04.869717       1 proxy.go:104] PROXY: `apis/config.openshift.io/v1/clusterversions/version`
I1117 10:42:05.012986       1 proxy.go:104] PROXY: `openapi/v2`
I1117 10:42:06.145590       1 proxy.go:104] PROXY: `v1/rules`
I1117 10:42:09.600324       1 proxy.go:104] PROXY: `v2/silences`
I1117 10:42:10.173948       1 proxy.go:104] PROXY: `v2/silences`
I1117 10:42:12.135318       1 proxy.go:104] PROXY: `v1/rules`
.......
```

Expected results:
Package should not be so noisy

Additional info:

Comment 1 Samuel Padgett 2021-11-17 12:58:17 UTC

*** This bug has been marked as a duplicate of bug 2022114 ***