From 4759e43ff7f29727477b0d928047bf5ca283cef1 Mon Sep 17 00:00:00 2001 From: Rajamohan Raj Date: Sat, 29 Aug 2020 02:47:00 +0000 Subject: Add log level support for orchestrator In this patch, a new config item for log-level is added, default log-level is set as "warn", for detailed logs, set log-level as "info" Issue-ID: MULTICLOUD-1200 Signed-off-by: Rajamohan Raj Change-Id: I3205ce110a492ecc6a7c680e3d35e173a5624bb0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4e380ef3..8aeed383 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,6 @@ Steps: * Run the plugin: * `cd k8s/deployments && ./start.sh` +# Troubleshooting + +* Logs can be set as "warn" or "info" in the config.json file of the orchestrator directory. By default the log level is set as "warn". -- cgit 1.2.3-korg