Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refactor(core-container): more clear exit message
  • Loading branch information
faustbrian committed Nov 2, 2018
1 parent 1ab5c58 commit 056b70a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core-container/lib/container.js
Expand Up @@ -154,8 +154,7 @@ module.exports = class Container {
this.shuttingDown = true

const logger = this.resolvePlugin('logger')
logger.info('EXIT handled, trying to shut down gracefully')
logger.info('Stopping Ark Core')
logger.info('Ark Core is trying to gracefully shut down to avoid data corruption :pizza:')

try {
const database = this.resolvePlugin('database')
Expand Down

0 comments on commit 056b70a

Please sign in to comment.