mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	changing the log level to debug for some messages
This commit is contained in:
		
							parent
							
								
									4e544ce0f9
								
							
						
					
					
						commit
						a6e897b539
					
				| @ -120,7 +120,7 @@ public class ConsoleProxyResource extends ServerResourceBase implements ServerRe | |||||||
|     	    if (dirCreated)  |     	    if (dirCreated)  | ||||||
|     	    { |     	    { | ||||||
|     	    	if(s_logger.isDebugEnabled()) |     	    	if(s_logger.isDebugEnabled()) | ||||||
|     	    		s_logger.info("Directory: " + strDirectoy + " created");     |     	    		s_logger.debug("Directory: " + strDirectoy + " created");     | ||||||
|     	    	//copy cert to the dir |     	    	//copy cert to the dir | ||||||
| 				FileWriter fstream = new FileWriter("/etc/cloud/consoleproxy/cert/customcert"); | 				FileWriter fstream = new FileWriter("/etc/cloud/consoleproxy/cert/customcert"); | ||||||
| 				BufferedWriter out = new BufferedWriter(fstream); | 				BufferedWriter out = new BufferedWriter(fstream); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user