Skip to content

Commit

Permalink
Replaced server with hostname at utils.logError().
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed May 8, 2019
1 parent 0ebc439 commit 454e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ exports.logError = (error, extra) => {
return;
}
const log = new LogModel({
server: os.hostname(),
hostname: os.hostname(),
errorStack: error ? error.stack : undefined,
extra: (() => {
try {
Expand Down

0 comments on commit 454e752

Please sign in to comment.