From 283bf8ec8824fee379a155d275d050a76a750fff Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Fri, 8 May 2020 11:37:50 +0200
Subject: [PATCH] fix hostname

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 688e02c..a74a12a 100644
--- a/index.js
+++ b/index.js
@@ -122,7 +122,7 @@ function Log (options) {
       let data = JSON.stringify({
         short_message: msg,
         timestamp: Date.now() / 1000,
-        hostname: this.hostname,
+        host: this.hostname,
         facility: this.name,
         level: tag
         })
-- 
GitLab