[ckan-changes] commit/ckan: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Wed Jun 22 17:20:27 UTC 2011


2 new changesets in ckan:

http://bitbucket.org/okfn/ckan/changeset/548d99ebe7cb/
changeset:   548d99ebe7cb
branch:      release-v1.4.1
user:        thejimmyg
date:        2011-06-22 19:18:36
summary:     [packaging] fixing the logging config #1168
affected #:  1 file (181 bytes)

--- a/ckan/config/deployment.ini_tmpl	Tue Jun 21 11:11:39 2011 +0100
+++ b/ckan/config/deployment.ini_tmpl	Wed Jun 22 18:18:36 2011 +0100
@@ -152,12 +152,13 @@
 ## NB: can have multiline strings just indent following lines
 # ckan.template_footer_end = 
 
+# These three settings (ckan.log_dir, ckan.dump_dir and ckan.backup_dir) are
+# all used in cron jobs, not in CKAN itself. CKAN logging is configured 
+# in the logging configuration below
 # Directory for logs (produced by cron scripts associated with ckan)
 ckan.log_dir = %(here)s/log
-
 # Directory for JSON/CSV dumps (must match setting in apache config)
 ckan.dump_dir = %(here)s/dump
-
 # Directory for SQL database backups
 ckan.backup_dir = %(here)s/backup
 
@@ -203,7 +204,7 @@
 class = logging.handlers.RotatingFileHandler
 formatter = generic
 level = NOTSET
-args = ('%(here)s/ckan.log', 'a', 2e7, 9)
+args = ("ckan.log", "a", 20000000, 9)
 
 [formatter_generic]
 format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s


http://bitbucket.org/okfn/ckan/changeset/a477a26ff1ff/
changeset:   a477a26ff1ff
branch:      release-v1.4.1
user:        thejimmyg
date:        2011-06-22 19:20:17
summary:     [merge]
affected #:  1 file (0 bytes)

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