vcs: report warning on start if vcsserver connection is not configured

This commit is contained in:
RhodeCode Admin 2023-03-10 10:07:11 +01:00
parent ba98db4638
commit 91c6809a7f

View file

@ -85,3 +85,5 @@ def load_pyramid_environment(global_config, settings):
if vcs_server_enabled:
connect_vcs(vcs_server_uri, utils.get_vcs_server_protocol(settings))
else:
log.warning('vcs-server not enabled, vcs connection unavailable')