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

Commit

Permalink
Revert "add optional deploymentStage splunk log date (#68)" (#71)
Browse files Browse the repository at this point in the history
This reverts commit 7a5cae6.
  • Loading branch information
kitkat119 authored Jul 18, 2018
1 parent 7a5cae6 commit cb90904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/transports/splunkHEC.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SplunkHEC extends winston.Transport {
'host': 'localhost',
'source': `/var/log/apps/heroku/ft-${process.env.SYSTEM_CODE}.log`,
'sourcetype': '_json',
'deploymentStage': process.env.DEPLOYMENT_STAGE || 'production',
'index': process.env.SPLUNK_INDEX || 'heroku',
'event': formattedMessage
};
Expand Down

0 comments on commit cb90904

Please sign in to comment.