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

logs: simplify config file missing error

parent 9867ac3d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ function getConfig(env) {
config = require(configFile);
} catch (err) {
// Do nothing
logger.debug('Could not locate config file');
logger.debug('No config file found on disk - skipping');
}
return config;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment