cubicweb/pyramid/config.py
changeset 12245 cd760c411242
parent 12053 c3c9f2e1424c
child 12355 c703dc95c82e
equal deleted inserted replaced
12244:6a71cb23f827 12245:cd760c411242
    45                            | ServerConfiguration.cube_appobject_path)
    45                            | ServerConfiguration.cube_appobject_path)
    46 
    46 
    47     options = merge_options(ServerConfiguration.options +
    47     options = merge_options(ServerConfiguration.options +
    48                             BaseWebConfiguration.options)
    48                             BaseWebConfiguration.options)
    49 
    49 
       
    50     def init_log(self, *args, **kwargs):
       
    51         """Rely on logging configuration in Pyramid's .ini file, do nothing
       
    52         here.
       
    53         """
       
    54 
    50     def write_development_ini(self, cubes):
    55     def write_development_ini(self, cubes):
    51         """Write a 'development.ini' file into apphome."""
    56         """Write a 'development.ini' file into apphome."""
    52         template_fpath = path.join(path.dirname(__file__), 'development.ini.tmpl')
    57         template_fpath = path.join(path.dirname(__file__), 'development.ini.tmpl')
    53         target_fpath = path.join(self.apphome, 'development.ini')
    58         target_fpath = path.join(self.apphome, 'development.ini')
    54         context = {
    59         context = {