# HG changeset patch # User RhodeCode Admin # Date 2023-01-12 20:50:56 # Node ID ca02973590d1d9b7ebb938b2401ff9675b332ad6 # Parent 05c94e8b5c6e5e604a9b249c3b043dc0deb34600 logging: expose logs when not mapped repo is found diff --git a/rhodecode/apps/_base/__init__.py b/rhodecode/apps/_base/__init__.py --- a/rhodecode/apps/_base/__init__.py +++ b/rhodecode/apps/_base/__init__.py @@ -275,6 +275,7 @@ class RepoAppView(BaseAppView): if self.rhodecode_vcs_repo is None: # unable to fetch this repo as vcs instance, report back to user + log.debug('Repository was not found on filesystem, check if it exists or is not damaged') h.flash(_( "The repository `%(repo_name)s` cannot be loaded in filesystem. " "Please check if it exist, or is not damaged.") %