Skip to content

Commit d1426d0

Browse files
committed
zuul: added pinned log INFO level for "zuul.GerritConnection.ssh" logger as too verbose in DEBUG level
Change-Id: Idd1b140b23887547d4e1c70f26192c339df75737
1 parent b1609b0 commit d1426d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

controllers/static/zuul/logging.yaml.tmpl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ handlers:
2222
env_prefix: K8S_
2323
{{ end }}
2424
loggers:
25+
zuul.GerritConnection.ssh:
26+
handlers:
27+
- console
28+
{{- if .ForwardLogs }}
29+
- logforward
30+
{{ end }}
31+
level: INFO
32+
propagate: 0
2533
zuul.GerritConnection.io:
2634
handlers:
2735
- console

doc/reference/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66
### Added
77

88
- zuul: support of the SMTP connection
9+
- zuul: added pinned log INFO level for "zuul.GerritConnection.ssh" logger as too verbose in DEBUG level
910

1011
### Changed
1112
### Deprecated

0 commit comments

Comments
 (0)