~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead

  • Committer: Martin Albisetti
  • Date: 2008-08-06 19:12:08 UTC
  • mfrom: (201 trunk)
  • mto: This revision was merged to the branch mainline in revision 202.
  • Revision ID: argentina@gmail.com-20080806191208-3imvz0kebwsszchn
Merge from trunk + tweak

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    if extra_path:
107
107
        sys.path.insert(0, extra_path)
108
108
 
109
 
    #turbogears.update_config(configfile="dev.cfg", modulename="loggerhead.config")
110
 
 
111
109
    potential_overrides = [ ('server.socket_port', int),
112
110
                            ('server.webpath', str),
113
111
                            ('server.thread_pool', int),
121
119
        value = config.get(key, None)
122
120
        if value is not None:
123
121
            value = keytype(value)
124
 
            #turbogears.config.update({ key: value })
125
122
 
126
123
    if not options.foreground:
127
124
        sys.stderr.write('\n')