Revert "Configurable SSH log levels"

This commit is contained in:
Donal McBreen
2023-07-25 12:53:45 +01:00
committed by GitHub
parent 61b7dc90f2
commit 2daaf442fa
3 changed files with 6 additions and 43 deletions

View File

@@ -258,15 +258,6 @@ ssh:
proxy_command: aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p' --region=us-east-1 ## ssh via aws ssm
```
### Configuring the SSH log level
```yaml
ssh:
log_level: debug
```
Valid levels are `debug`, `info`, `warn`, `error` and `fatal` (default).
### Using env variables
You can inject env variables into the app containers using `env`: