From c8e3845774d9914f7b078fca6d8b6b371643dad3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 27 Jan 2018 19:46:44 +0100 Subject: [PATCH] update style --- ts/elasticlog.classes.winstontransport.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/elasticlog.classes.winstontransport.ts b/ts/elasticlog.classes.winstontransport.ts index 3a0b67f..cd8f8ac 100644 --- a/ts/elasticlog.classes.winstontransport.ts +++ b/ts/elasticlog.classes.winstontransport.ts @@ -20,7 +20,7 @@ export class ElasticWinstonTransport extends Transport { log(info, callback) { this.client.log({ severity: info.level, - message: info.message, + message: info.message }); callback(); }