mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-03 19:17:29 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			177 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			177 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	log {
 | 
						|
		output file foo.log
 | 
						|
	}
 | 
						|
}
 | 
						|
----------
 | 
						|
{
 | 
						|
	"logging": {
 | 
						|
		"logs": {
 | 
						|
			"default": {
 | 
						|
				"writer": {
 | 
						|
					"filename": "foo.log",
 | 
						|
					"output": "file"
 | 
						|
				}
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 |