aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-26 23:29:34 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-26 23:29:34 +0000
commit10ace2d3173d68589ce539557428b00c9e5e9dee (patch)
tree15d21d0446e50b098950874d11a1ad9d4601359e /CHANGES
parent1434a1a10c351c0ad8633336498ec24373d16412 (diff)
Updated documentation for FAX logger level.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@279689 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a32087438..5ece0b6ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -484,8 +484,15 @@ Fax
* A spandsp based fax backend (res_fax_spandsp) has been added.
* The app_fax module has been deprecated in favor of the res_fax module and
the new res_fax_spandsp backend.
- * A new FAX logger level has been created for spandsp replacing the DEBUG logger
- level. The logger.conf.sample file has been update to include an example.
+ * The SendFAX and ReceiveFAX applications now send their log messages to a
+ 'fax' logger level, instead of to the generic logger levels. To see these
+ messages, the system's logger.conf file will need to direct the 'fax' logger
+ level to one or more destinations; the logger.conf.sample file includes an
+ example of how to do this. Note that if the 'fax' logger level is *not*
+ directed to at least one destination, log messages generated by these
+ applications will be lost, and that if the 'fax' logger level is directed to
+ the console, the 'core set verbose' and 'core set debug' CLI commands will
+ have no effect on whether the messages appear on the console or not.
Miscellaneous
-------------