tests: increase wfe log level (#7982)
We've been seeing some flaky integration tests where issuance fails. The integration test only has access to the generic user-facing error. The real error is available as `InternalError` in the WFE logs, but we need a higher log level to see it.
This commit is contained in:
		
							parent
							
								
									e0221b6bbe
								
							
						
					
					
						commit
						55b8cbef6c
					
				|  | @ -142,7 +142,7 @@ | |||
| 		} | ||||
| 	}, | ||||
| 	"syslog": { | ||||
| 		"stdoutlevel": 4, | ||||
| 		"stdoutlevel": 7, | ||||
| 		"sysloglevel": -1 | ||||
| 	}, | ||||
| 	"openTelemetry": { | ||||
|  |  | |||
|  | @ -141,7 +141,7 @@ | |||
| 		} | ||||
| 	}, | ||||
| 	"syslog": { | ||||
| 		"stdoutlevel": 4, | ||||
| 		"stdoutlevel": 7, | ||||
| 		"sysloglevel": 6 | ||||
| 	} | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue