mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			324 B
		
	
	
	
		
			Properties
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			324 B
		
	
	
	
		
			Properties
		
	
	
	
| # Default logging properties.
 | |
| # See javadoc in java.util.logging.LogManager to information on
 | |
| # overriding these settings.  Most of the defaults are compiled in, so
 | |
| # this file is fairly minimal.
 | |
| 
 | |
| # Send log records to System.err, default to INFO per documentation.
 | |
| handlers = java.util.logging.ConsoleHandler
 | |
| .level = INFO
 |