Skip to content

Commit b04ccf5

Browse files
committed
Fix k8s_version_policy.py to log on stderr (instead of stdout)
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent d7c33d1 commit b04ccf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/kaas/k8s-version-policy/k8s_version_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"console": {
6767
"class": "logging.StreamHandler",
6868
"formatter": "k8s_version_policy",
69-
"stream": "ext://sys.stdout"
69+
"stream": "ext://sys.stderr"
7070
}
7171
},
7272
"root": {

0 commit comments

Comments
 (0)