This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 02483e5 Java runtime now has log sentinels (#3860)
02483e5 is described below
commit 02483e5f45b688f67b21b5d63b2ed54f97372b58
Author: David Grove <[email protected]>
AuthorDate: Mon Jul 9 17:55:08 2018 -0400
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 c73f753..03f8096 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
}
],