summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-05-08logger: Added logger_queue_limit to the configuration options.George Joseph
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-10logger: Prevent output of verbose messages initiated from rasterisk.Corey Farrell
2016-09-27logger: Output early verbose messages to console.Corey Farrell
2016-09-21Merge "logger: Simplify ast_callid handling code."zuul
2016-09-20logger: Simplify ast_callid handling code.Corey Farrell
2016-09-20logger: Always enable verbose for console channel.Corey Farrell
2016-09-20logger: Fix default console settings.Corey Farrell
2016-06-01logging,cdr,cel: Fix stringfield memory leak.Richard Mudgett
2016-05-19Merge "logger: Support JSON logging with Verbose messages"Joshua Colp
2016-05-14logger: Support JSON logging with Verbose messagesMatt Jordan
2016-05-12logger: Add PID to syslog messages.Alexei Gradinari
2016-03-24core/logging: Fix broken syslog levels on older glibc.Walter Doekes
2016-01-22logger.c: Fix buffer overrun found by address sanitizer.Richard Mudgett
2016-01-19Refactor init_logger_chain locking.Corey Farrell
2015-11-10Remove ABI compatibility stub functions.Corey Farrell
2015-09-29main/logger: Add log formatters and JSON structured logsMatt Jordan
2015-09-24logger: Prevent duplicate dynamic channels from being added.Mark Michelson
2015-09-21core/logging: Fix logging to more than one syslog channelElazar Broad
2015-08-07ARI: Retrieve existing log channelsScott Emidy
2015-08-07ARI: Creating log channelsScott Emidy
2015-08-06ARI: Deleting log channelsScott Emidy
2015-07-31ARI: Rotate log channels.Benjamin Ford
2015-05-20Logger: Reset defaults before processing config.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2015-03-19logger: Apply default console logging when configuration cannot be loaded.Corey Farrell
2015-03-13Logger: Fix MALLOC_DEBUG build error.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2014-12-22queue_log: Post QUEUESTART entry when Asterisk fully boots.Richard Mudgett
2014-08-13logger: Don't store verbose-magic in the log files.Walter Doekes
2014-07-18astobj2: assert on invalid ref and backtrace cleanupScott Griepentrog
2014-06-20Logger: Add manager command 'LoggerRotate' to rotate loggerJonathan Rose
2014-06-19Fix build warnings with TEST_FRAMEWORK enabledKinsey Moore
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-02-13Logger: Add dynamic logger channelsKinsey Moore
2014-02-05Logger: Fix handling of absolute pathsKinsey Moore
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2014-01-10Logging callid: Fix some sizeof() references per coding guidelines.Richard Mudgett
2013-10-24Logging: Logging types ignored after specifying a verbose levelKevin Harwell
2013-09-20Fix memory leak in logger.Kevin Harwell
2013-09-17Remote console: more output discrepanciesKevin Harwell
2013-08-29Verbose logging discrepanciesKevin Harwell
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
2013-05-24Print all logger messages on shutdownMatthew Jordan
2013-05-13Fix Missing CALL-ID When Logging Through SyslogMichael L. Young