summaryrefslogtreecommitdiff
path: root/testenv/kvmd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/kvmd.yaml')
-rw-r--r--testenv/kvmd.yaml25
1 files changed, 1 insertions, 24 deletions
diff --git a/testenv/kvmd.yaml b/testenv/kvmd.yaml
index 78c06498..34489afb 100644
--- a/testenv/kvmd.yaml
+++ b/testenv/kvmd.yaml
@@ -68,27 +68,4 @@ kvmd:
state_poll: 1.0
-logging:
- version: 1
- disable_existing_loggers: false
-
- formatters:
- console:
- (): logging.Formatter
- style: "{"
- datefmt: "%H:%M:%S"
- format: "[{asctime}] {name:30.30} {levelname:>7} --- {message}"
-
- handlers:
- console:
- level: DEBUG
- class: logging.StreamHandler
- stream: ext://sys.stdout
- formatter: console
-
- root:
- level: INFO
- handlers:
- - console
-
-# vim: syntax=yaml filetype=yaml
+logging: !include logging.yaml