diff --git a/static/js/index.js b/static/js/index.js index 630b170..7779e30 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -163,7 +163,7 @@ function stopBackgroundPollingOfHost(host) { } function snackbarLog(givenMessage) { - console.log(givenMessage); + console.log('%c[index.js, snackbarLog]', 'color: green;', givenMessage); var data = { message: givenMessage, timeout: 2000