Increase Logging, fix directory delete 99/11899/1
authorbeierlm <mark.beierl@canonical.com>
Tue, 19 Apr 2022 18:12:50 +0000 (14:12 -0400)
committerbeierlm <mark.beierl@canonical.com>
Tue, 19 Apr 2022 18:12:50 +0000 (14:12 -0400)
commit3d82ba2cc4c3ebb340a88400aaa4a8d3683806a1
tree172f5b1ce2f5a18ed2e5b4f3809555d21b3053fb
parent40f57c87816f6e3e99f495b4e6f8b5abe8cce7a9
Increase Logging, fix directory delete

When deleting a directory, we need to do a rexep search of all files that start
with the directory that we want to delete, but not revisions that happen to
share the same UUID.  Changes the regexp for directory delete to include the
trailing '/' so it limits the scope.

Adds logging where needed

Change-Id: Ia60618c17a863417224fadd9c055be658fb4ba4a
Signed-off-by: beierlm <mark.beierl@canonical.com>
osm_common/fsmongo.py