diff options
Diffstat (limited to 'lib/config.js')
-rw-r--r-- | lib/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.js b/lib/config.js index 700f95d..fd7d38c 100644 --- a/lib/config.js +++ b/lib/config.js @@ -214,6 +214,7 @@ exports.configure = function() { throw new Error ("Required configuration elements missing: " + missing.join(',')); config = null; } + console.log( (new Date()) + ": config -> " + JSON.stringify(config, undefined, 2)); return config; }); }; |