From 02483e5f45b688f67b21b5d63b2ed54f97372b58 Mon Sep 17 00:00:00 2001 From: David Grove Date: Mon, 9 Jul 2018 17:55:08 -0400 Subject: [PATCH] Java runtime now has log sentinels (#3860) PR #63 in runtime-java https://github.com/apache/incubator-openwhisk-runtime-java/pull/63 added log sentinels, so we can now update runtime.json accordingly. --- ansible/files/runtimes.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json index c73f753f5d8..03f8096d8ac 100644 --- a/ansible/files/runtimes.json +++ b/ansible/files/runtimes.json @@ -118,7 +118,6 @@ "attachmentName": "jarfile", "attachmentType": "application/java-archive" }, - "sentinelledLogs": false, "requireMain": true } ],