Bug 1623577 - Registry default log level=debug
Summary: Registry default log level=debug
Keywords:
Status: CLOSED DUPLICATE of bug 1567658
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Image Registry
Version: 3.10.0
Hardware: x86_64
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Ben Parees
QA Contact: Dongbo Yan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-29 16:32 UTC by Ryan Cook
Modified: 2018-08-29 16:41 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-29 16:41:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.