Skip to content

Commit fb7269e

Browse files
authored
insight-journal: Use https to write logs
1 parent df64fc7 commit fb7269e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/cli-ext-insight-journal/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default new Command({
4646
},
4747
}));
4848
return opts.http.
49-
post(`http://${log.fqdn}/log`, {
49+
post(`https://${log.fqdn}/log`, {
5050
body: inStream,
5151
headers: { authorization: `Bearer ${token}` },
5252
});

0 commit comments

Comments
 (0)