asterisk/cdr
Matthew Jordan fb5690ce4b Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages
This patch addresses some aesthetic issues in Asterisk. These are all just
minor tweaks to improve the look of the CLI when used in a variety of
settings. Specifically:
 * A number of chatty verbose messages were removed or demoted to DEBUG
   messages. Verbose messages with a verbosity level of 5 or higher were -
   if kept as verbose messages - demoted to level 4. Several messages
   that were emitted at verbose level 3 were demoted to 4, as announcement
   of dialplan applications being executed occur at level 3 (and so the
   effects of those applications should generally be less).
 * Some verbose messages that only appear when their respective 'debug'
   options are enabled were bumped up to always be displayed.
 * Prefix/timestamping of verbose messages were moved to the verboser
   handlers. This was done to prevent duplication of prefixes when the
   timestamp option (-T) is used with the CLI.
 * Verbose magic is removed from messages before being emitted to
   non-verboser handlers. This prevents the magic in multi-line verbose
   messages (such as SIP debug traces or the output of DumpChan) from
   being written to files.
 * _Slightly_ better support for the "light background" option (-W) was
   added. This includes using ast_term_quit in the output of XML
   documentation help, as well as changing the "Asterisk Ready" prompt to
   bright green on the default background (which stands a better chance of
   being displayed properly than bright white).

Review: https://reviewboard.asterisk.org/r/3547/



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@414798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-05-28 22:54:12 +00:00
..
Makefile Doxygen Updates - Title update 2012-10-14 21:46:45 +00:00
cdr_adaptive_odbc.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 2014-05-28 22:54:12 +00:00
cdr_csv.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_custom.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_manager.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_odbc.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 2014-05-28 22:54:12 +00:00
cdr_pgsql.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 2014-05-28 22:54:12 +00:00
cdr_radius.c cdr_radius, cel_radius: build agains libfreeradius-client 2014-01-28 23:23:15 +00:00
cdr_sqlite.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_sqlite3_custom.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 2014-05-28 22:54:12 +00:00
cdr_syslog.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00
cdr_tds.c Prevent CDR backends from unregistering while billing data is in flight 2013-10-27 20:04:17 +00:00