aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2010-07-26Merged revisions 279566 via svnmerge from pabelanger1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r279566 | pabelanger | 2010-07-26 15:51:39 -0400 (Mon, 26 Jul 2010) | 8 lines Add documentation for FAX logger level. (closes issue #17715) Reported by: vrban Patches: 17715.patch uploaded by pabelanger (license 224) Tested by: vrban ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@279567 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-20Separate queue_log arguments into separate fields, and allow the text file ↵tilghman1-2/+11
to be used, even when realtime is used. (closes issue #17082) Reported by: coolmig Patches: 20100720__issue17082.diff.txt uploaded by tilghman (license 14) Tested by: coolmig git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278307 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-19Add ability for logger channels to include *all* levels.kpfleming1-0/+9
Now that Asterisk modules can dynamically create and destroy logger levels on demand, it's useful to be able to configure a logger channel (console, file, whatever) to be able to accept log messages from *all* levels, even levels created dynamically. This patch adds support for this, by allowing the '*' level name to be used in logger.conf. Review: https://reviewboard.asterisk.org/r/663/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@264160 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.seanbright1-2/+2
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-15Merged revisions 194764 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r194764 | russell | 2009-05-15 13:43:18 -0500 (Fri, 15 May 2009) | 2 lines Fix some spelling fail. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@194765 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-08Merged revisions 193193 via svnmerge from kpfleming1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r193193 | kpfleming | 2009-05-08 09:03:28 -0500 (Fri, 08 May 2009) | 7 lines Make absolute paths for logger channels work properly (Note: This is not a new feature, it was previously undocumented and broken.) The Asterisk logger has a feature to support absolute pathnames for logger channels, but the code implementing the feature was broken. This has been fixed, and the absolute path feature is now documented in the sample logger.conf. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@193194 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-4/+0
In discussions today at the Europe Asterisk Developer Meet-Up, we determined that the event_log was used in only 9 places in the entire tree, and really was not needed at all. The users have been converted to use LOG_NOTICE, or the messages have been removed since other messages were already in place that provided the same information. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@191785 f38db490-d61c-443f-a65b-d21fe96a405b
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a ↵kpfleming1-2/+0
much better solution will be used git-svn-id: http://svn.digium.com/svn/asterisk/trunk@187636 f38db490-d61c-443f-a65b-d21fe96a405b
2009-04-09add a dedicated log channel for modules to be able report security-related ↵kpfleming1-0/+2
events, so that they can be fed into external processes for analysis and possible mitigation efforts (inspired by this evening's Toronto Asterisk Users Group meeting and previous dicussions amongst various community members) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@187269 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-28Support better rotation of log files to be more like system logging (closes ↵tilghman1-4/+16
issue #10398) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-17Documentation for %q in logger.conf, as suggested by jtodd (closes issue #10475)tilghman1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Add option to logger to rename log files with timestamp (issue #8020 ↵file1-0/+5
reported by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44172 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26Add optional queue_log_name config option for logger.conf, to change theqwell1-0/+4
name of the queue_log file. Issue #7363, patch by Steve Davies, slightly modified by me. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43666 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04make sample config files easier to ready (issue #5371)kpfleming1-13/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that ↵kpfleming1-0/+1
channel (issue #4835) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6358 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20add warning about enabling debug channels in logger (bug #4732)kpfleming1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6172 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30Take out unimplemented comment from logger.conf (bug #3890)markster1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5303 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Merge config sample updates mentioning reload (bug #3697)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5187 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11Apply queuelog patch and perform final test of "test patches" systemmarkster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5168 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-05Merge Brian West's append hostname patch (bug #2372)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3725 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-18Add date formatting capability for logger (bug #1665)markster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2999 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2864 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-28Update logger.conf sample (bug #941, modified)markster1-0/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2086 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-27Add verbose messages to be logged (bug #599)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2079 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-12Add ww's improved syslog support (bug #587)markster1-5/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1973 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-26Have a contact line in responses, merge logging patchesmarkster1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1799 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-28Show how to add debug to console easiermarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1573 f38db490-d61c-443f-a65b-d21fe96a405b
2002-02-11Version 0.1.11 from FTPmarkster1-0/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@412 f38db490-d61c-443f-a65b-d21fe96a405b