mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-31 10:29:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package util
 | |
| 
 | |
| import "github.com/rs/zerolog/log"
 | |
| 
 | |
| func LogErr(err error, msg string) {
 | |
| 	log.Error().Caller().Err(err).Msg(msg)
 | |
| }
 | 
