From eb60ad19e55a1ff53ca884d15c81f018ad7431cc Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 10 May 2018 15:47:30 -0700 Subject: Add console logging output The log.yml is configured to place the log entries in a file to be collected by the ONAP logging project. But for containerized deployments, it's better to place then into the standard output. This commit adds the console log handler. Change-Id: If325780c1739490adeb731dfbd13e2f1b8a9e3f4 Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-214 --- ocata/stop.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 ocata/stop.sh (limited to 'ocata/stop.sh') diff --git a/ocata/stop.sh b/ocata/stop.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg