From 91fdd7e599b2ea2b51edfa61d096da15c5aac044 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 15 Jul 2015 11:26:03 +0100 Subject: [PATCH] Drop logging options - done in principle --- config.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config.yaml b/config.yaml index 7ebfb9d..a832465 100644 --- a/config.yaml +++ b/config.yaml @@ -1,18 +1,4 @@ options: - use-syslog: - type: boolean - default: False - description: | - By default, all services will log into their corresponding log files. - Setting this to True will force all services to log to the syslog. - debug: - default: False - type: boolean - description: Enable debug logging - verbose: - default: False - type: boolean - description: Enable verbose logging vlan-ranges: type: string default: "physnet1:1000:2000"