summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-05-17 03:20:50 +0000
committerMichi Henning <michi@zeroc.com>2004-05-17 03:20:50 +0000
commitbb699c814ae2b62d33c102805eec11521a9c5e0c (patch)
tree326ed8eb77db170c15ad377c7b2d69c2095cf715 /cpp
parentEnabled slice2cs distribution. (diff)
downloadice-bb699c814ae2b62d33c102805eec11521a9c5e0c.tar.bz2
ice-bb699c814ae2b62d33c102805eec11521a9c5e0c.tar.xz
ice-bb699c814ae2b62d33c102805eec11521a9c5e0c.zip
Switched off tracing in the config file because tracing makes the demo too
noisy.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Ice/hello/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/hello/config b/cpp/demo/Ice/hello/config
index 87b8b67aa96..f5826089b61 100644
--- a/cpp/demo/Ice/hello/config
+++ b/cpp/demo/Ice/hello/config
@@ -29,7 +29,7 @@ Ice.ConnectionIdleTime=10
# 2 = like 1, but more detailed
# 3 = like 2, but also trace data transfer
#
-Ice.Trace.Network=1
+Ice.Trace.Network=0
#
# Protocol Tracing
@@ -37,7 +37,7 @@ Ice.Trace.Network=1
# 0 = no protocol tracing
# 1 = trace protocol messages
#
-Ice.Trace.Protocol=1
+Ice.Trace.Protocol=0
#
# Security Tracing