Added log configuration.
This commit is contained in:
		
							
								
								
									
										9
									
								
								log.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								log.conf
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
# Config file for Log4perl
 | 
			
		||||
log4perl.rootLogger=DEBUG, LOGFILE
 | 
			
		||||
 | 
			
		||||
log4perl.appender.LOGFILE=Log::Log4perl::Appender::File
 | 
			
		||||
log4perl.appender.LOGFILE.filename=log4perl.log
 | 
			
		||||
log4perl.appender.LOGFILE.mode=append
 | 
			
		||||
 | 
			
		||||
log4perl.appender.LOGFILE.layout=PatternLayout
 | 
			
		||||
log4perl.appender.LOGFILE.layout.ConversionPattern=[%r] %F %L %c - %m%n
 | 
			
		||||
		Reference in New Issue
	
	Block a user