Skip to content

Commit

Permalink
Use https to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Dec 13, 2018
1 parent fa7d362 commit 9c4a47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/log/logger/index.js
Expand Up @@ -53,7 +53,7 @@ module.exports = resource => {
handler: args => args.helpers.api
.get(`${resource.url(args)}/${args[resource.name]}`)
.then(log => new Promise((resolve, reject) => {
const url = `http://${log._id}.log.pl-waw-1.hyperone.com/event`;
const url = `https://${log._id}.log.pl-waw-1.hyperone.com/event`;
const requests = new Set();
let count = 0;
const lineReader = readline.createInterface({
Expand Down

0 comments on commit 9c4a47c

Please sign in to comment.