diff --git a/app.js b/app.js index cbe7911..f9706e2 100644 --- a/app.js +++ b/app.js @@ -56,7 +56,7 @@ if (process.env.NODE_ENV === 'production') { isProduction = true; } -logger.debug('isProduction:', isProduction); +logger.warn('isProduction:', isProduction); var app = express(); diff --git a/app/index.html b/app/index.html index 00ee413..23dbd4f 100644 --- a/app/index.html +++ b/app/index.html @@ -141,9 +141,9 @@