Skip to content
Snippets Groups Projects
Commit b54ffa56 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: log git fs mode

parent 58b73179
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ class Storage { ...@@ -29,6 +29,7 @@ class Storage {
async function initRepo(args) { async function initRepo(args) {
cleanRepo(); cleanRepo();
logger.info('Git FS mode enabled');
config = { ...args }; config = { ...args };
repoDir = await tmp.dir({ unsafeCleanup: true }); repoDir = await tmp.dir({ unsafeCleanup: true });
git = Git(repoDir.path).silent(true); git = Git(repoDir.path).silent(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment