diff options
author | Michi Henning <michi@zeroc.com> | 2004-05-17 03:20:50 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-05-17 03:20:50 +0000 |
commit | bb699c814ae2b62d33c102805eec11521a9c5e0c (patch) | |
tree | 326ed8eb77db170c15ad377c7b2d69c2095cf715 /cpp/demo | |
parent | Enabled slice2cs distribution. (diff) | |
download | ice-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/demo')
-rw-r--r-- | cpp/demo/Ice/hello/config | 4 |
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 |