summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRick Harris <rconradharris@gmail.com>2011-08-11 20:27:59 +0000
committerRick Harris <rconradharris@gmail.com>2011-08-11 20:27:59 +0000
commite2edc1c64e5d736dcad510f4ae8f862bbac55570 (patch)
treeaa8f49ac99130abf274678fdab8ac8e06b6d1c9f /etc
parent02fb917da8a42b38720ebe31c4d40b180b00d632 (diff)
downloadoslo-e2edc1c64e5d736dcad510f4ae8f862bbac55570.tar.gz
oslo-e2edc1c64e5d736dcad510f4ae8f862bbac55570.tar.xz
oslo-e2edc1c64e5d736dcad510f4ae8f862bbac55570.zip
Adding syslog support
Diffstat (limited to 'etc')
-rw-r--r--etc/skeleton-api.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/skeleton-api.conf b/etc/skeleton-api.conf
index ae4c68e..2035721 100644
--- a/etc/skeleton-api.conf
+++ b/etc/skeleton-api.conf
@@ -15,6 +15,9 @@ bind_port = 80
# permissions to write to this file!
log_file = /var/log/skeleton/api.log
+# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
+use_syslog = False
+
[pipeline:skeleton-api]
pipeline = versionnegotiation context apiv1app