diff --git a/lib/platform/git/storage.js b/lib/platform/git/storage.js
index 304693a5561ff7491e1645d4e47eb93c3013d437..e0330644928eb7471a21c96451f2cec1d3cbad08 100644
--- a/lib/platform/git/storage.js
+++ b/lib/platform/git/storage.js
@@ -29,6 +29,7 @@ class Storage {
 
     async function initRepo(args) {
       cleanRepo();
+      logger.info('Git FS mode enabled');
       config = { ...args };
       repoDir = await tmp.dir({ unsafeCleanup: true });
       git = Git(repoDir.path).silent(true);