diff --git a/lib/config/file.js b/lib/config/file.js
index dd7ed799be856682834dbcd7cda6757be4dd3fa1..00040488c5e5b71897cea291958599604db54055 100644
--- a/lib/config/file.js
+++ b/lib/config/file.js
@@ -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;
 }