rename logbase to _logbase
This commit is contained in:
		
							parent
							
								
									d1942ff73b
								
							
						
					
					
						commit
						43942336fc
					
				
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							@ -31,7 +31,7 @@ var logger = function (option) {
 | 
			
		||||
      {
 | 
			
		||||
        level: 'info',
 | 
			
		||||
        type: 'rotating-file',
 | 
			
		||||
        path: path.join(option.root || 'logbase/', '/', option.file || 'info.log'),
 | 
			
		||||
        path: path.join(option.root || '_logbase/', '/', option.file || 'info.log'),
 | 
			
		||||
        period: '1d', // daily rotation
 | 
			
		||||
        count: 30, // keep 30 days
 | 
			
		||||
      },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user