mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Logger: Add dynamic logger channels
This adds the ability to dynamically add and remove logger channels from Asterisk via the CLI. (closes issue AST-1150) Review: https://reviewboard.asterisk.org/r/3185/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										4
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								CHANGES
									
									
									
									
									
								
							| @@ -84,6 +84,10 @@ Debugging | ||||
| ------------------------- | ||||
|  * Core Show Locks output now includes Thread/LWP ID if the platform | ||||
|    supports this feature. | ||||
|  * New "logger add channel" and "logger remove channel" CLI commands have | ||||
|    been added to allow creation and deletion of dynamic logger channels | ||||
|    without configuration changes. These dynamic logger channels will only | ||||
|    exist until the next restart of asterisk. | ||||
|  | ||||
| ------------------------------------------------------------------------------ | ||||
| --- Functionality changes from Asterisk 12.0.0 to Asterisk 12.1.0 ------------ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user