From: Ross Jones Date: Mon, 07 Oct 2013 08:56:24 +0000 Subject: Force debugging logging for external libs and disables publisher/dataset X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=70a63b7bc385fd1d89aa261bd28fd1064989b2c5 --- Force debugging logging for external libs and disables publisher/dataset Because of the issue in #854, we've temporarily disabled the publisher and datasets views of the site-usage data until we can resolve the issue. --- --- a/ckanext/ga_report/download_analytics.py +++ b/ckanext/ga_report/download_analytics.py @@ -8,6 +8,10 @@ import ga_model #from ga_client import GA + +import logging +logger.setLevel(logging.DEBUG) + log = logging.getLogger('ckanext.ga-report') --- a/ckanext/ga_report/templates/ga_report/ga_util.html +++ b/ckanext/ga_report/templates/ga_report/ga_util.html @@ -62,10 +62,13 @@ Site-wide +