Skip to content

Commit

Permalink
Merge pull request elastic#8026 from spalger/restore/timedEventLogging
Browse files Browse the repository at this point in the history
[notifier] revert removal of status reporting
  • Loading branch information
spalger authored Aug 19, 2016
2 parents c398603 + 7820937 commit 21b11f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/public/notify/notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ function createGroupLogger(type, opts) {

if (consoleGroups) {
if (status) {
console.log(status);
console.groupEnd();
} else {
if (opts.open) {
Expand Down

0 comments on commit 21b11f2

Please sign in to comment.