mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
pbx: Reduce verbosity while loading extensions
Each time the dial plan is reloaded, a lot of logs like these are generated: "Added extension 'XXXXX' priority 1 to YYYYYYYYYYY" This patch changes the log level for those logs. ASTERISK-27084 Change-Id: I5662902161c50890997ddc56835d4cafb456c529
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -60,6 +60,12 @@ cdr_syslog
|
||||
--- Functionality changes from Asterisk 15.2.0 to Asterisk 15.3.0 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Core
|
||||
------------------
|
||||
* During dialplan reload log messages are produced for each context,
|
||||
extension and include. These messages are no longer printed by the
|
||||
verbose loggers, they are now only logged as debug messages.
|
||||
|
||||
app_followme
|
||||
------------------
|
||||
* Added a new prompt, connecting-prompt, which will be played
|
||||
|
Reference in New Issue
Block a user