You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/03 23:12:24 UTC

[10/29] twig commit: updated refs/heads/import to 2d56280

Set default APPID to "twig"


Project: http://git-wip-us.apache.org/repos/asf/couchdb-twig/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-twig/commit/998f7fee
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-twig/tree/998f7fee
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-twig/diff/998f7fee

Branch: refs/heads/import
Commit: 998f7fee6960d4b7a713cfa817b3566cda570d93
Parents: 1607ddf
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Tue Mar 8 14:31:24 2011 -0500
Committer: Adam Kocoloski <ad...@cloudant.com>
Committed: Tue Mar 8 14:31:24 2011 -0500

----------------------------------------------------------------------
 src/twig_event_handler.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-twig/blob/998f7fee/src/twig_event_handler.erl
----------------------------------------------------------------------
diff --git a/src/twig_event_handler.erl b/src/twig_event_handler.erl
index 6065991..d20a5eb 100644
--- a/src/twig_event_handler.erl
+++ b/src/twig_event_handler.erl
@@ -69,7 +69,7 @@ handle_call(load_config, State) ->
         port = get_env(port, 514),
         hostname = net_adm:localhost(),
         os_pid = os:getpid(),
-        appid = get_env(appid, "bigcouch"),
+        appid = get_env(appid, "twig"),
         facility = twig_util:facility(get_env(facility, local2)),
         level = twig_util:level(get_env(level, info))
     },