Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1623577

Summary: Registry default log level=debug
Product: OpenShift Container Platform Reporter: Ryan Cook <rcook>
Component: Image RegistryAssignee: Ben Parees <bparees>
Status: CLOSED DUPLICATE QA Contact: Dongbo Yan <dyan>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.10.0CC: aos-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-29 16:41:03 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 Ryan Cook 2018-08-29 16:32:31 UTC
Description of problem: Registry log level is set at default which is super chatty by default upstream uses log level of info


Version-Release number of selected component (if applicable):
ose-docker-registry                                           v3.10.14

How reproducible:
oc rsh docker-registry-1-2z8wv cat config.yml or oc rsh docker-registry-1-2z8wv cat /etc/registry/config.yml if using persistent storage


Steps to Reproduce:
1. Deploy a cluster
2. Cat file


Actual results:
version: 0.1
log:
  level: debug
http:
  addr: :5000
.. redacted ...


Expected results:
version: 0.1
log:
  level: info 
http:
  addr: :5000
.. redacted ...



Additional info:
Log value would be nice to be able to assigned a variable

Comment 2 Ben Parees 2018-08-29 16:41:03 UTC
The default is being changed to info in v3.11.

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