diff --git a/src/services/log.js b/src/services/log.js index f00b2d037..ee423d115 100644 --- a/src/services/log.js +++ b/src/services/log.js @@ -22,7 +22,7 @@ function info(message) { function error(message) { // we're using .info() instead of .error() because simple-node-logger emits weird error for showError() - info(message); + info("ERROR: " + message); } const requestBlacklist = [ "/libraries", "/javascripts", "/images", "/stylesheets" ];