Move logging options into base

This commit is contained in:
Liam Young 2015-12-14 15:52:49 +00:00
parent 8ef6c3ab0e
commit 02e9db36d3
1 changed files with 15 additions and 0 deletions

15
config.yaml Normal file
View File

@ -0,0 +1,15 @@
options:
debug:
default: False
type: boolean
description: Enable debug logging
verbose:
default: False
type: boolean
description: Enable verbose logging
use-syslog:
type: boolean
default: False
description: |
Setting this to True will allow supporting services to log to syslog.