Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
feat: log message on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed May 22, 2019
1 parent 0cef5dc commit 0d22781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const { previews } = require('./previews')
const app = require('./app')
const WatchDog = require('./watchdog')

console.log('process started') // This is a message all Sofie processes log upon startup

const logger = pino(Object.assign({}, config.logger, {
serializers: {
err: pino.stdSerializers.err
Expand Down

0 comments on commit 0d22781

Please sign in to comment.