mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Introducing the log message unique call identifiers feature
Log messages will now display a call number that they are tied to (ordered for calls based on when they started). This feature is made to be minimally invasive without requiring changes to many of the existing log messages. These IDs won't show up for verbose messages on CLI (but they will in log files) This is currently in phase II of production, see more about this feature on the wiki -- https://wiki.asterisk.org/wiki/display/AST/Unique+Call-ID+Logging Review: https://reviewboard.asterisk.org/r/1823/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -23,6 +23,10 @@ Core
|
||||
modules that are loaded into Asterisk, since they should only be called once
|
||||
in any single process. If desired, this feature can be disabled by supplying
|
||||
the "--disable-asteriskssl" option to the configure script.
|
||||
* Threads belonging to a particular call are now linked with callids which get
|
||||
added to any log messages produced by those threads. Log messages can now be
|
||||
easily identified as involved with a certain call by looking at their call id.
|
||||
This feature can be disabled in logger.conf with the display_callids option.
|
||||
|
||||
CLI Changes
|
||||
-------------------
|
||||
|
Reference in New Issue
Block a user