diff -r 6a71cb23f827 -r cd760c411242 cubicweb/pyramid/config.py --- 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')