[asterisk-commits] russell: branch group/security_events r191694 - /team/group/security_events/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat May 2 09:29:04 CDT 2009
Author: russell
Date: Sat May 2 09:29:01 2009
New Revision: 191694
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191694
Log:
Add some discussion notes ... this was a convenient place
Added:
team/group/security_events/log_channels.txt (with props)
Added: team/group/security_events/log_channels.txt
URL: http://svn.digium.com/svn-view/asterisk/team/group/security_events/log_channels.txt?view=auto&rev=191694
==============================================================================
--- team/group/security_events/log_channels.txt (added)
+++ team/group/security_events/log_channels.txt Sat May 2 09:29:01 2009
@@ -1,0 +1,43 @@
+-------------------------------------------------------------------------------
+--- Notes ---------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+ - Add definitions for verbose and debug levels (1, 2, 3, etc.)
+
+ - Do code review on what goes to verbose and debug (in the case of SIP debug
+ specifically)
+
+-------------------------------------------------------------------------------
+--- Log channel usage ---------------------------------------------------------
+-------------------------------------------------------------------------------
+
+(We should look at syslog docs for inspiration here)
+
+LOG_ERROR
+ - Fatal. About to crash. Most likely can not continue to function.
+
+LOG_WARNING
+ - failure within current operation has occurred.
+ - an "error" that is not fatal
+
+LOG_NOTICE
+ - Not expected behaviour, but not an error
+ - "FYI"
+
+LOG_DEBUG
+ - Information useful to a developer
+ - not useful for administrators
+
+LOG_EVENT
+ - wtf?
+ - we should remove this
+
+LOG_DTMF
+ - DTMF related stuff.
+
+Verbose
+ - for admins
+ - step by step progress of processing
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
Propchange: team/group/security_events/log_channels.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/group/security_events/log_channels.txt
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/group/security_events/log_channels.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list