We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7780d commit a4e2a0aCopy full SHA for a4e2a0a
lib/utils.js
@@ -51,7 +51,7 @@ var alertBrowserStack = function alertBrowserStack(subject, content, params, fn)
51
var urlObject = url.parse(endpoint);
52
53
var context = config.alert_context || 'Runner alert';
54
- logger.info('[%s] [%s] %s', new Date(), context, subject);
+ logger.info('[%s] [%s] %s, %s', new Date().toISOString(), context, subject, content);
55
56
if (typeof fn !== 'function') {
57
if (typeof params === 'function') {
0 commit comments