Commit Graph

138 Commits (00ea66650b0e85bc0eb638eed2aaebf25750a5c3)

Author SHA1 Message Date
Richard Mudgett 00ea66650b Cleanup logger on exit.
13 years ago
Matthew Jordan c4f013c5c8 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script
13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
13 years ago
Jonathan Rose 5eb94d7ebb Unique Call ID logging Phases III and IV
13 years ago
Richard Mudgett a4b545222f Don't waste time initializing the whole call_identifer_str[].
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Jonathan Rose cd37bec058 logger: Adds additional support for call id logging and chan_sip specific stuff
13 years ago
Mark Murawki f3cde589cd Merged revisions 364635 via svnmerge from
13 years ago
Richard Mudgett 6a540e9087 Fix logger deadlock on Asterisk shutdown.
13 years ago
Jonathan Rose 655a8d4420 Introducing the log message unique call identifiers feature
13 years ago
Jonathan Rose d501c2ea2d undoing 360785 due to merging mistake
13 years ago
Jonathan Rose bf994f0e04 Introducing the log message unique call identifiers feature
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Russell Bryant 00b270833f Fix bogus reads/writes of console log levels in asterisk.c
13 years ago
Tilghman Lesher a78b0af5ea Re-commit the verbose branch.
13 years ago
Matthew Jordan 9057aa20b6 Backed out core changes from r346391
14 years ago
Tilghman Lesher 77b670c4ab Allow each logging destination and console to have its own notion of the verbosity level.
14 years ago
Richard Mudgett 55b70ae625 Merged revisions 337974 via svnmerge from
14 years ago
Richard Mudgett 6896886580 Merged revisions 334954 via svnmerge from
14 years ago
Alec L Davis 369ea4e7ef log Asterisk Version number, Build etc into each log file
14 years ago
Kinsey Moore baa2d1d891 Merged revisions 331654 via svnmerge from
14 years ago
Richard Mudgett 9d785ca5f3 Merged revisions 331462 via svnmerge from
14 years ago
Jason Parker f01e9568d2 Merged revisions 307092 via svnmerge from
15 years ago
Paul Belanger 3556e4c2d4 Replace ast_log(LOG_DEBUG, ...) with ast_debug()
15 years ago
Tilghman Lesher 793b68b082 Support an alternate configuration file for the 'logger reload' command.
15 years ago
Tilghman Lesher b98e47d119 Merged revisions 298960 via svnmerge from
15 years ago
Jeff Peeler 78bd0de1a9 Add support for several platforms to obtain the real thread ID.
15 years ago
Russell Bryant c0ddaa38d1 Merged revisions 287863 via svnmerge from
15 years ago
Brett Bryant 2b1b1c9693 Merged revisions 287639 via svnmerge from
15 years ago
Tilghman Lesher 046a2dc3b1 Merged revisions 279390 via svnmerge from
15 years ago
Tilghman Lesher 82448ad7d2 Separate queue_log arguments into separate fields, and allow the text file to be used, even when realtime is used.
15 years ago
Tilghman Lesher c7293780b8 Remove lines from the output related to the backtrace itself.
15 years ago
Kevin P. Fleming 33ba94eb0b Ensure that 'logger show channels' works properly when wildcards are used in logger.conf.
15 years ago
Tilghman Lesher 5d313f51b9 Merged revisions 269635 via svnmerge from
15 years ago
Tilghman Lesher fb80119b87 Merged revisions 266142 via svnmerge from
15 years ago
Kevin P. Fleming 2aa0c11679 Correct 'all logger levels' patch to work properly.
15 years ago
Kevin P. Fleming e77efbc12e Add ability for logger channels to include *all* levels.
15 years ago
Leif Madsen d2e1f421fa CLI command logger set level auto complete.
15 years ago
Tilghman Lesher 4e1e6820db Merged revisions 248582 via svnmerge from
15 years ago
Tilghman Lesher ba10edfcac Initialize a variable that we check immediately upon startup.
16 years ago
Sean Bright 0c99f79a76 Correct the return value check for ast_safe_system.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Sean Bright 4535305772 Move syslog utility functions into a separate file so they can be re-used.
16 years ago
Sean Bright ca3a181c33 Pass a logmsg to ast_log_vsyslog instead of separate arguments.
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Joshua Colp ea89db8ce0 Fix an incorrect call to ast_string_field_free_memory which caused a crash in the logger.
16 years ago
Kevin P. Fleming d1e0b11343 Add ability for modules to dynamically register logger levels
16 years ago
Tilghman Lesher c524f905a6 Two fixes found while debugging with ast_backtrace():
16 years ago