From bfdc778a81b2c78994e41b7a71feaadc5f72808b Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Thu, 17 Apr 2014 14:24:44 +0200 Subject: [PATCH] README: Add quotes around path/to/logging. Fixes #68 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f44b67b..4458d23 100644 --- a/README.rst +++ b/README.rst @@ -313,7 +313,7 @@ created puppetboard directory: import os import logging - logging.basicConfig(filename=/path/to/file/for/logging, level=logging.INFO) + logging.basicConfig(filename='/path/to/file/for/logging', level=logging.INFO) # Needed if a settings.py file exists os.environ['PUPPETBOARD_SETTINGS'] = '/var/www/puppetboard/settings.py'