Standardize logging delaration and use
* Make modules use getLogger(__name__) and log to the result Change-Id: Ib6d69b4be140ec89affc86ed11e65e422d551df1
This commit is contained in:
		@@ -31,7 +31,7 @@ from nova import utils
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
FLAGS = flags.FLAGS
 | 
			
		||||
LOG = logging.getLogger("nova.api.openstack.compute.contrib.cloudpipe")
 | 
			
		||||
LOG = logging.getLogger(__name__)
 | 
			
		||||
authorize = extensions.extension_authorizer('compute', 'cloudpipe')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user