summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-06-19 22:03:45 +0300
committerMaxim Devaev <[email protected]>2022-06-19 22:03:45 +0300
commit804bb68ae3fe21a79cfde0de91ce6e11642a5bb8 (patch)
tree1fa8f104f7f9631232ef0e5db0ff3cd2baa2cc15 /configs
parentdd3044753ce2e82b6b7654bf118401633f1a840a (diff)
print all logs to stderr
Diffstat (limited to 'configs')
-rw-r--r--configs/kvmd/logging.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kvmd/logging.yaml b/configs/kvmd/logging.yaml
index e572ad32..54f7c5ae 100644
--- a/configs/kvmd/logging.yaml
+++ b/configs/kvmd/logging.yaml
@@ -11,7 +11,7 @@ handlers:
console:
level: DEBUG
class: logging.StreamHandler
- stream: ext://sys.stdout
+ stream: ext://sys.stderr
formatter: console
root: