##// END OF EJS Templates
config: removed vcsserver log_level deprecated option.
marcink -
r4168:2a769b0d default
parent child Browse files
Show More
@@ -576,7 +576,6 b' def _sanitize_vcs_settings(settings):'
576 576 _string_setting(settings, 'vcs.hooks.host', '127.0.0.1')
577 577 _string_setting(settings, 'vcs.scm_app_implementation', 'http')
578 578 _string_setting(settings, 'vcs.server', '')
579 _string_setting(settings, 'vcs.server.log_level', 'debug')
580 579 _string_setting(settings, 'vcs.server.protocol', 'http')
581 580 _bool_setting(settings, 'startup.import_repos', 'false')
582 581 _bool_setting(settings, 'vcs.hooks.direct_calls', 'false')
@@ -119,7 +119,6 b' class TestSanitizeVcsSettings(object):'
119 119 ('vcs.hooks.host', '127.0.0.1'),
120 120 ('vcs.scm_app_implementation', 'http'),
121 121 ('vcs.server', ''),
122 ('vcs.server.log_level', 'debug'),
123 122 ('vcs.server.protocol', 'http'),
124 123 ]
125 124
@@ -496,7 +496,7 b' vcs.scm_app_implementation = http'
496 496 vcs.hooks.protocol = http
497 497 vcs.hooks.host = 127.0.0.1
498 498
499 vcs.server.log_level = debug
499
500 500 ## Start VCSServer with this instance as a subprocess, Useful for development
501 501 vcs.start_server = false
502 502
General Comments 0
You need to be logged in to leave comments. Login now