You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2018/08/14 07:51:53 UTC

[incubator-openwhisk] branch master updated: Add tracing component name to wskadmin-next. (#3958)

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes 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 f365d1c  Add tracing component name to wskadmin-next. (#3958)
f365d1c is described below

commit f365d1c84ce5d8595fb686ecd4a8ef9220b23c6b
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Tue Aug 14 13:21:49 2018 +0530

    Add tracing component name to wskadmin-next. (#3958)
    
    Fixes #3957
---
 tools/admin/src/main/resources/application.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tools/admin/src/main/resources/application.conf b/tools/admin/src/main/resources/application.conf
new file mode 100644
index 0000000..652df76
--- /dev/null
+++ b/tools/admin/src/main/resources/application.conf
@@ -0,0 +1,9 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
+whisk{
+  # tracing configuration
+  tracing {
+    component = "cli"
+  }
+}