cubicweb/pyramid/config.py
changeset 12245 cd760c411242
parent 12053 c3c9f2e1424c
child 12355 c703dc95c82e
--- a/cubicweb/pyramid/config.py	Fri Dec 01 11:19:19 2017 +0100
+++ b/cubicweb/pyramid/config.py	Tue Dec 12 11:17:25 2017 +0100
@@ -47,6 +47,11 @@
     options = merge_options(ServerConfiguration.options +
                             BaseWebConfiguration.options)
 
+    def init_log(self, *args, **kwargs):
+        """Rely on logging configuration in Pyramid's .ini file, do nothing
+        here.
+        """
+
     def write_development_ini(self, cubes):
         """Write a 'development.ini' file into apphome."""
         template_fpath = path.join(path.dirname(__file__), 'development.ini.tmpl')