Skip to content

Commit

Permalink
data ingestion logger reopenFileStreams
Browse files Browse the repository at this point in the history
  • Loading branch information
oleurud committed Jun 18, 2018
1 parent 7727a9d commit b4724d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.js
Expand Up @@ -115,6 +115,10 @@ process.on('SIGHUP', function() {
if (server.batch && server.batch.logger) {
server.batch.logger.reopenFileStreams();
}

if (server.dataIngestionLogger) {
server.dataIngestionLogger.reopenFileStreams();
}
});

process.on('SIGTERM', function () {
Expand Down

0 comments on commit b4724d7

Please sign in to comment.