Commit Graph

182 Commits (812f5b51cb56a36668decc6dfc83adeca185429e)

Author SHA1 Message Date
George Joseph 7d4a22bf2e logger: Added logger_queue_limit to the configuration options.
8 years ago
George Joseph f882ca2572 modules: change module LOAD_FAILUREs to LOAD_DECLINES
8 years ago
Corey Farrell 610eb4c189 logger: Fix default console settings.
9 years ago
Richard Mudgett e2132dd358 logging,cdr,cel: Fix stringfield memory leak.
9 years ago
Alexei Gradinari 36d66a23e0 logger: Add PID to syslog messages.
9 years ago
Walter Doekes 82e55e4883 core/logging: Fix broken syslog levels on older glibc.
9 years ago
Richard Mudgett 1c95b211a0 logger.c: Fix buffer overrun found by address sanitizer.
9 years ago
Mark Michelson f050fa76eb logger: Prevent duplicate dynamic channels from being added.
10 years ago
Elazar Broad ec514ad64d core/logging: Fix logging to more than one syslog channel
10 years ago
Scott Emidy df9ce36366 ARI: Retrieve existing log channels
10 years ago
Scott Emidy e9f1bc08cb ARI: Creating log channels
10 years ago
Scott Emidy 78364132ce ARI: Deleting log channels
10 years ago
Benjamin Ford 1ae762634c ARI: Rotate log channels.
10 years ago
Corey Farrell 9b6e228419 Logger: Reset defaults before processing config.
10 years ago
Corey Farrell d01706ce1e Improved and portable ast_log recursion avoidance
10 years ago
Corey Farrell 4c84dca2d8 logger: Apply default console logging when configuration cannot be loaded.
10 years ago
Richard Mudgett fca0be57d9 queue_log: Post QUEUESTART entry when Asterisk fully boots.
11 years ago
Walter Doekes 602aef327e logger: Don't store verbose-magic in the log files.
11 years ago
Scott Griepentrog 0a99e4099b astobj2: assert on invalid ref and backtrace cleanup
11 years ago
Jonathan Rose e087ae0c02 Logger: Add manager command 'LoggerRotate' to rotate logger
11 years ago
Kinsey Moore bd36288efa Fix build warnings with TEST_FRAMEWORK enabled
11 years ago
Matthew Jordan fb5690ce4b Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Kinsey Moore fe1e8e55a1 Logger: Add dynamic logger channels
11 years ago
Kinsey Moore 6f4a834870 Logger: Fix handling of absolute paths
11 years ago
Richard Mudgett 828f339a9c verbosity: Fix performance of console verbose messages.
12 years ago
Richard Mudgett 4bde62eb40 Logging callid: Fix some sizeof() references per coding guidelines.
12 years ago
Kevin Harwell b7bb1de4d2 Logging: Logging types ignored after specifying a verbose level
12 years ago
Kevin Harwell 2d091df520 Fix memory leak in logger.
12 years ago
Kevin Harwell 667fa56b1b Remote console: more output discrepancies
12 years ago
Kevin Harwell d7b9a702d8 Verbose logging discrepancies
12 years ago
Richard Mudgett 46b9e5450f Fix memory corruption when trying to get "core show locks".
12 years ago
Matthew Jordan c43f380d03 Add backtrace generation to MALLOC_DEBUG memory corruption reports
12 years ago
Matthew Jordan c1b51fd265 Print all logger messages on shutdown
12 years ago
Michael L. Young 54424c2ee2 Fix Missing CALL-ID When Logging Through Syslog
12 years ago
Kinsey Moore e6b5e3a62a Ensure that logmsgs are freed properly
12 years ago
Kevin Harwell 71bce17720 Stopped spamming of debug messages during attended transfer.
12 years ago
Kinsey Moore 2e1e0735fe Revamp of terminal color codes
12 years ago
Russell Bryant dfdf3d9909 Add queue_log_realtime_use_gmt option to logger.conf
12 years ago
Richard Mudgett 9b6d9bcf99 Reduce call-id logging resource usage.
13 years ago
Richard Mudgett 63bd8de579 Fix logger.c function definition.
13 years ago
Richard Mudgett 75a037c727 Cleanup logger on exit.
13 years ago
Matthew Jordan 588e90a4d9 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Sean Bright 9d4f8abdc6 Make the casing of CALL_ID in debug messages consistent to satisfy my OCD.
13 years ago
Jonathan Rose 1a79c9c182 logger: Add rotatestrategy option of 'none' which does not perform rotations
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