Skip to content

Commit

Permalink
Merge branch 'master' of github.com:forcedotcom/git2gus
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniergs committed Feb 22, 2021
2 parents c607bfd + 259568e commit aa3a50d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/services/Logs/transports.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const transports = [
new winston.transports.Console({
level: 'info',
handleExceptions: true,
format: winston.format.prettyPrint({ colorize: true })
format: winston.format.simple()
})
];

Expand All @@ -38,8 +38,8 @@ if (
const client = new Client({
node: ELASTICSEARCH_ENDPOINT,
auth: {
username: 'elastic',
password: 'TRZoZDY3MD1iEAhsxI4Tka9b'
username: ELASTICSEARCH_USERNAME,
password: ELASTICSEARCH_PASSWORD
}
});
const esTransportOpts = {
Expand Down

0 comments on commit aa3a50d

Please sign in to comment.