Skip to content

Commit

Permalink
fix(loggly): fix loggly data call
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jun 2, 2022
1 parent d1fe6dd commit 7a08380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/loggly/src/LogglyAppender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export class LogglyAppender extends BaseAppender {

this.logger.log(
{
data: this.getData(),
msg: this.getMessage(),
data: loggingEvent.getData(),
msg: loggingEvent.getMessage(),
level,
category: loggingEvent.categoryName,
hostname: os.hostname().toString()
Expand Down

0 comments on commit 7a08380

Please sign in to comment.