From ff4ba4a0dc94b85686ab4e252b8d216602e224e4 Mon Sep 17 00:00:00 2001 From: wahidw Date: Fri, 11 Dec 2020 04:50:55 +0000 Subject: [PATCH] Disabled trace and log level set to error Signed-off-by: wahidw Change-Id: I629f543fc67c15db894014b2eea49ed59604155d --- RIC-E2-TERMINATION/Dockerfile | 2 +- RIC-E2-TERMINATION/config/config.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RIC-E2-TERMINATION/Dockerfile b/RIC-E2-TERMINATION/Dockerfile index 793c2ab..de2ba4c 100644 --- a/RIC-E2-TERMINATION/Dockerfile +++ b/RIC-E2-TERMINATION/Dockerfile @@ -44,7 +44,7 @@ RUN mv /opt/e2/RIC-E2-TERMINATION/CMakeLists.txt /opt/e2/ && cat /opt/e2/RIC-E2- && dpkg -i mdclog_0.0.4-1_amd64.deb \ && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog-dev_0.0.4-1_amd64.deb/download.deb \ && dpkg -i mdclog-dev_0.0.4-1_amd64.deb \ - && apt-get install -y libcurl4-gnutls-dev gawk libtbb-dev libtbb-doc libtbb2 libtbb2-dbg \ + && apt-get update && apt-get install -y libcurl4-gnutls-dev gawk libtbb-dev libtbb-doc libtbb2 libtbb2-dbg \ && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone https://github.com/oktal/pistache.git && cd pistache \ && git submodule update --init && mkdir build && cd build \ && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DPISTACHE_BUILD_DOCS=false \ diff --git a/RIC-E2-TERMINATION/config/config.conf b/RIC-E2-TERMINATION/config/config.conf index d6f5008..8e6b698 100644 --- a/RIC-E2-TERMINATION/config/config.conf +++ b/RIC-E2-TERMINATION/config/config.conf @@ -1,7 +1,7 @@ nano=38000 -loglevel=debug +loglevel=error volume=log -#the key name of the environment holds the local ip address +#The key name of the environment holds the local ip address #ip address of the E2T in the RMR local-ip=127.0.0.1 #prometheus mode can be pull or push @@ -11,7 +11,7 @@ prometheusPushTimeOut=10 prometheusPushAddr=127.0.0.1:7676 prometheusPort=8088 #trace is start, stop -trace=start +trace=stop external-fqdn=e2t.com #put pointer to the key that point to pod name pod_name=E2TERM_POD_NAME -- 2.16.6