The logging functionality of the ecap adapter allows users to specify a
"LogVerbosity" which is a mask of Importance, Frequency, and Message Size:
enum ImportanceLevel { ilDebug = 0, ilNormal = 1, ilCritical = 2 }; // 0xF
enum FrequencyLevel { flOperation = 0, flXaction = 1 << 4, flApplication = 2
<< 4}; // 0xF0
enum MessageSizeLevel { mslNormal = 0, mslLarge = 1 << 8 }; // 0xF00
Could someone tell me how these relate to Squid's debug_options levels of
1-9? I did a grep of the squid source for those enums and didn't find
anything obvious.
Thanks in advance.
-- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/mapping-of-ecap-LogVerbosity-to-debug-options-levels-tp4657524.html Sent from the Squid - Development mailing list archive at Nabble.com.Received on Sat Dec 01 2012 - 04:06:36 MST
This archive was generated by hypermail 2.2.0 : Sat Dec 01 2012 - 12:00:32 MST