diff options
Diffstat (limited to 'cpp')
-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 |