Browse Source

edit default http target

main
churchianity 2 years ago
parent
commit
16b47656eb
  1. 4
      log4jesus.json
  2. 1
      test.js

4
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"
}
}
]

1
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

Loading…
Cancel
Save