diff options
author | Quentin Retornaz <caseoffr@outlook.com> | 2018-04-27 22:28:49 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-28 06:50:45 -0400 |
commit | 54db0fef68b5dbc5c304bdc2ca7b1440291ca66c (patch) | |
tree | c373ca6d77ac87eddebf5a051db251458e6929bc /net-dns/getdns/files/stubby.confd-r1 | |
parent | sys-libs/rvm: stable 1.17-r1 for ia64, bug #654100 (diff) | |
download | gentoo-54db0fef68b5dbc5c304bdc2ca7b1440291ca66c.tar.gz gentoo-54db0fef68b5dbc5c304bdc2ca7b1440291ca66c.tar.bz2 gentoo-54db0fef68b5dbc5c304bdc2ca7b1440291ca66c.zip |
net-dns/getdns: improved stubby initd/confd for logs and logrotate
Diffstat (limited to 'net-dns/getdns/files/stubby.confd-r1')
-rw-r--r-- | net-dns/getdns/files/stubby.confd-r1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dns/getdns/files/stubby.confd-r1 b/net-dns/getdns/files/stubby.confd-r1 new file mode 100644 index 000000000000..9c8d83f07f79 --- /dev/null +++ b/net-dns/getdns/files/stubby.confd-r1 @@ -0,0 +1,16 @@ +# /etc/conf.d/stubby: config file for /etc/init.d/stubby + +# Enter here Stubby YAML configuration file to use. +STUBBY_CONFIG_FILE="/etc/stubby/stubby.yml" + +# Set here Stubby log level to use. +# Following log levels are available: +# 0: EMERG - System is unusable +# 1: ALERT - Action must be taken immediately +# 2: CRIT - Critical conditions +# 3: ERROR - Error conditions +# 4: WARN - Warning conditions +# 5: NOTICE - Normal, but significant, condition +# 6: INFO - Informational message +# 7: DEBUG - Debug-level message +STUBBY_LOGLEVEL="5" |