Delete loggerConfig.js

This commit is contained in:
Bill Bittner 2018-03-19 14:33:08 -07:00 committed by GitHub
parent 4defa62d33
commit 8f80c5ab14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +0,0 @@
const loggerConfig = {
logLevel: 'debug', // options: silly, debug, verbose, info
};
module.exports = loggerConfig;