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
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment