oracle/oci-cloud-controller-manager

Missing env var flag for log verbosity level

Open

#335 opened on 2020年12月31日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)Go (104 forks)auto 404
good first issue

Repository metrics

Stars
 (157 stars)
PR merge metrics
 (PR metrics pending)

説明

Is this a BUG REPORT or FEATURE REQUEST?

FEATURE REQUEST

Versions

CCM Version:

0.10.0

Environment:

  • Kubernetes version (use kubectl version): 1.15.6
  • OS (e.g. from /etc/os-release): Oracle Linux Server 7.6
  • Kernel (e.g. uname -a): 4.14.35-1844.1.3.el7uek.x86_64
  • Others:

What happened?

As a user, I'd like to be in control of the application's log level via an environment variable. Particularly for oci-flexvolume-driver. I'd like to use something like this in my Kubernetes manifests for the Daemonset:

    env:
    - name: LOG_LEVEL
      value: ERROR

What you expected to happen?

How to reproduce it (as minimally and precisely as possible)?

Anything else we need to know?

コントリビューターガイド