diff --git a/log4jesus.json b/log4jesus.json index 3a31d9c..b1669fb 100644 --- a/log4jesus.json +++ b/log4jesus.json @@ -29,10 +29,10 @@ "http": [ { "tags": "none", - "url": "https://localhost:8181", + "url": "http://localhost:8080", "method": "POST", "headers": { - "content-type": "application/json" + "content-type": "text/plain" } } ] diff --git a/test.js b/test.js index 30cc3d7..ddc8c27 100644 --- a/test.js +++ b/test.js @@ -4,7 +4,6 @@ const { log, logt } = require("./log4jesus"); log("use", ["exactly", "like"], `console.log ${420 * 69}`) - const downloadProgress = 51; const totalDownloads = 106; // send only to targets with the 'verbose' tag