Ice.Warn.*
Ice.Warn.Connections
Synopsis
Ice.Warn.Connections=num
Description
If num
is set to a value larger than 0, the Ice runtime logs warnings for certain exceptional conditions in connections. The default value is 0.
Ice.Warn.Datagrams
Synopsis
Ice.Warn.Datagrams=num
Description
If num
is set to a value larger than 0, a server logs a warning message if it receives a datagram that exceeds the server's receive buffer size. (Note that this condition is not detected by all UDP implementations — some implementations silently drop received datagrams that are too large.) The default value is 0.
Ice.Warn.Dispatch
Synopsis
Ice.Warn.Dispatch=num
Description
This property is ignored when Ice.Trace.Dispatch has a value larger than 0.
Otherwise, if num
is set to a value larger than 0, the logger middleware logs warning messages when exceptions are thrown during dispatches.
The default value is 1
.
Warning levels:
0 | Logs no warnings. |
1 | Logs warnings for:
|
2 | Like 1, but also logs warnings for dispatch exceptions such as |
Ice.Warn.Endpoints
Synopsis
Ice.Warn.Endpoints=num
Description
If num
is set to a value larger than 0, the Ice runtime logs a warning when a stringified proxy contains an endpoint that cannot be parsed. The default value is 1.
Ice.Warn.UnusedProperties
Synopsis
Ice.Warn.UnusedProperties=num
Description
If num
is set to a value larger than 0, the Ice runtime logs a warning during communicator destruction if some properties were set but not read. This warning is useful for detecting mis-spelled properties, such as Filesystem.MaxFilSize
. The default value is 0.