Skip to content

Commit

Permalink
Update x-pack/plugins/spaces/server/default_space/default_space_servi…
Browse files Browse the repository at this point in the history
…ce.ts

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
  • Loading branch information
legrego and jportner authored May 12, 2020
1 parent 20b5472 commit 6d10811
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export class DefaultSpaceService {
}),
tap<ServiceStatus>(spacesStatus => {
// This is temporary for debugging/visibility until we get a proper status service from core.
// See issue #41983 for details.
statusLogger.debug(`${spacesStatus.level.toString()}: ${spacesStatus.summary}`);
this.serviceStatus$!.next(spacesStatus);
})
Expand Down

0 comments on commit 6d10811

Please sign in to comment.