diff options
author | Justin Clark-Casey (justincc) | 2012-09-11 21:48:02 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-11 21:48:51 +0100 |
commit | 25111e703f54d84c7c51e32db1f94332ea3ffd00 (patch) | |
tree | f0fd2496b35cea00b7f737ba61af9f72f22da0f3 /OpenSim/Framework/Servers/MainServer.cs | |
parent | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note... (diff) | |
download | opensim-SC-25111e703f54d84c7c51e32db1f94332ea3ffd00.zip opensim-SC-25111e703f54d84c7c51e32db1f94332ea3ffd00.tar.gz opensim-SC-25111e703f54d84c7c51e32db1f94332ea3ffd00.tar.bz2 opensim-SC-25111e703f54d84c7c51e32db1f94332ea3ffd00.tar.xz |
Add levels 4 and 5 to "debug http" console command that will log a sample of incoming request data and the entire incoming data respectively.
See "help debug http" for more details.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/MainServer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/MainServer.cs b/OpenSim/Framework/Servers/MainServer.cs index 8dc0e3a..1ac0953 100644 --- a/OpenSim/Framework/Servers/MainServer.cs +++ b/OpenSim/Framework/Servers/MainServer.cs | |||
@@ -111,6 +111,8 @@ namespace OpenSim.Framework.Servers | |||
111 | + "If level >= 1, then short warnings are logged when receiving bad input data.\n" | 111 | + "If level >= 1, then short warnings are logged when receiving bad input data.\n" |
112 | + "If level >= 2, then long warnings are logged when receiving bad input data.\n" | 112 | + "If level >= 2, then long warnings are logged when receiving bad input data.\n" |
113 | + "If level >= 3, then short notices about all incoming non-poll HTTP requests are logged.\n" | 113 | + "If level >= 3, then short notices about all incoming non-poll HTTP requests are logged.\n" |
114 | + "If level >= 4, then a sample from the beginning of the incoming data is logged.\n" | ||
115 | + "If level >= 5, then the entire incoming data is logged.\n" | ||
114 | + "If no level is specified then the current level is returned.", | 116 | + "If no level is specified then the current level is returned.", |
115 | HandleDebugHttpCommand); | 117 | HandleDebugHttpCommand); |
116 | } | 118 | } |