cluster: move logging library to hack/

it's used once in cluster and used a bunch in hack/ and build/
This commit is contained in:
Mike Danese
2018-01-13 16:25:18 -08:00
parent 32dc50476e
commit 1e2b644260
8 changed files with 5 additions and 37 deletions

View File

@@ -37,7 +37,7 @@ export no_proxy=127.0.0.1,localhost
THIS_PLATFORM_BIN="${KUBE_ROOT}/_output/bin"
source "${KUBE_ROOT}/hack/lib/util.sh"
source "${KUBE_ROOT}/cluster/lib/logging.sh"
source "${KUBE_ROOT}/hack/lib/logging.sh"
kube::log::install_errexit