[ckan-changes] commit/ckan: thejimmyg: [packaging] missing a % sign in the log file #1168
Bitbucket
commits-noreply at bitbucket.org
Wed Jun 22 16:51:08 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/93528a325069/
changeset: 93528a325069
branch: release-v1.4.1
user: thejimmyg
date: 2011-06-22 18:50:54
summary: [packaging] missing a % sign in the log file #1168
affected #: 1 file (1 byte)
--- a/ckan/config/deployment.ini_tmpl Tue Jun 21 11:11:39 2011 +0100
+++ b/ckan/config/deployment.ini_tmpl Wed Jun 22 17:50:54 2011 +0100
@@ -203,7 +203,7 @@
class = logging.handlers.RotatingFileHandler
formatter = generic
level = NOTSET
-args = ('%(here)s/ckan.log', 'a', 2e7, 9)
+args = ('%%(here)s/ckan.log', 'a', 2e7, 9)
[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list