mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-10-27 03:24:11 +00:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | { | ||
|  | 	log { | ||
|  | 		output file foo.log | ||
|  | 	} | ||
|  | } | ||
|  | ---------- | ||
|  | { | ||
|  | 	"logging": { | ||
|  | 		"logs": { | ||
|  | 			"default": { | ||
|  | 				"writer": { | ||
|  | 					"filename": "foo.log", | ||
|  | 					"output": "file" | ||
|  | 				} | ||
|  | 			} | ||
|  | 		} | ||
|  | 	} | ||
|  | } |