6 lines
		
	
	
		
			113 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import bunyan from 'bunyan'
 | 
						|
 | 
						|
const log = bunyan.createLogger({ name: 'Next.js - Commerce' })
 | 
						|
 | 
						|
export default log
 |